We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809794b commit 20e303aCopy full SHA for 20e303a
config/docker/Dockerfile.web
@@ -13,8 +13,7 @@ ENV \
13
VIRTUAL_ENV=/opt/venv
14
15
RUN set -ex \
16
- && python3 -m venv $VIRTUAL_ENV \
17
- && $VIRTUAL_ENV/bin/pip install -U setuptools wheel pip
+ && python3 -m venv --upgrade-deps $VIRTUAL_ENV
18
19
# Install Python packages
20
COPY config/requirements/${ENV_NAME}_lock.txt ./config/requirements/${ENV_NAME}_lock.txt
0 commit comments