Skip to content

Commit

Permalink
Remove require-hashes as using GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 28, 2024
1 parent 3205fea commit 0a2c551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ RUN echo -e '\n# Activate python virtual environment\nif [ -d /venv/bin ]; then\
python -m pip --no-cache-dir install \
--upgrade \
--no-deps \
--require-hashes \
--requirement /docker/requirements.lock && \
chown -R atlas /venv && \
python --version --version && \
Expand Down

0 comments on commit 0a2c551

Please sign in to comment.