Skip to content

Commit

Permalink
Upgraded dev env pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Nov 18, 2019
1 parent ed014be commit 4a6fe2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securedrop/dockerfiles/xenial/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckod

COPY requirements requirements
RUN python3 -m venv /opt/venvs/securedrop-app-code && \
/opt/venvs/securedrop-app-code/bin/pip3 install --upgrade pip && \
/opt/venvs/securedrop-app-code/bin/pip3 install --require-hashes -r requirements/python3/securedrop-app-code-requirements.txt && \
/opt/venvs/securedrop-app-code/bin/pip3 install --require-hashes -r requirements/python3/test-requirements.txt

Expand Down

0 comments on commit 4a6fe2c

Please sign in to comment.