mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-06 12:51:21 +00:00
ci/Dockerfile: set PIPENV_CACHE_DIR
(cherry picked from commit ae2d5813f0
)
This commit is contained in:
parent
81553df02f
commit
c6b2580cd2
@ -118,8 +118,6 @@ ENV PYTHON=python3
|
|||||||
# use zipfile module to extract files world-readable
|
# use zipfile module to extract files world-readable
|
||||||
RUN ${PYTHON} -m zipfile -e "protoc-${PROTOBUF_VERSION}-linux-x86_64.zip" /usr/local && chmod 755 /usr/local/bin/protoc
|
RUN ${PYTHON} -m zipfile -e "protoc-${PROTOBUF_VERSION}-linux-x86_64.zip" /usr/local && chmod 755 /usr/local/bin/protoc
|
||||||
|
|
||||||
ENV WORKON_HOME=/tmp/.venvs
|
|
||||||
|
|
||||||
# download monero tests binary
|
# download monero tests binary
|
||||||
|
|
||||||
ENV TREZOR_MONERO_TESTS_SHA256SUM=5b35342c79eb91265f5f427224016a52994fff32c8ea078de5d502b37d3022d6
|
ENV TREZOR_MONERO_TESTS_SHA256SUM=5b35342c79eb91265f5f427224016a52994fff32c8ea078de5d502b37d3022d6
|
||||||
@ -134,6 +132,9 @@ RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \
|
|||||||
|
|
||||||
# install python dependencies
|
# install python dependencies
|
||||||
|
|
||||||
|
ENV WORKON_HOME=/tmp/.venvs
|
||||||
|
ENV PIPENV_CACHE_DIR=/tmp/.pipenv-cache
|
||||||
|
|
||||||
RUN ${PYTHON} -m pip install pipenv
|
RUN ${PYTHON} -m pip install pipenv
|
||||||
|
|
||||||
RUN ${PYTHON} --version
|
RUN ${PYTHON} --version
|
||||||
|
Loading…
Reference in New Issue
Block a user