Let us have version infp
This commit is contained in:
parent
2f8e22f81e
commit
6be630c84e
|
@ -33,6 +33,7 @@ ENV WHEELHOUSE_PATH /tmp/wheelhouse
|
||||||
ENV VIRTUALENV_PATH /tmp/venv
|
ENV VIRTUALENV_PATH /tmp/venv
|
||||||
ENV BUILD_SRC_ROOT /tmp/project
|
ENV BUILD_SRC_ROOT /tmp/project
|
||||||
|
|
||||||
|
# Install just the runtime dependencies of Tahoe-LAFS
|
||||||
RUN apt-get --quiet update && \
|
RUN apt-get --quiet update && \
|
||||||
apt-get --quiet --yes install \
|
apt-get --quiet --yes install \
|
||||||
python2.7 \
|
python2.7 \
|
||||||
|
@ -40,6 +41,7 @@ RUN apt-get --quiet update && \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libyaml-0-2 \
|
libyaml-0-2 \
|
||||||
virtualenv && \
|
virtualenv && \
|
||||||
|
git \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY --from=builder ${VIRTUALENV_PATH} ${VIRTUALENV_PATH}
|
COPY --from=builder ${VIRTUALENV_PATH} ${VIRTUALENV_PATH}
|
||||||
|
|
Loading…
Reference in New Issue