Skip to content

Commit

Permalink
Add hashes to python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 23, 2022
1 parent 4464caf commit ae2dcdc
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 18 deletions.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
WORKDIR /workspace/tests

COPY --link tests/requirements.txt /workspace/tests/
RUN pip install -r requirements.txt
RUN pip install --require-hashes -r requirements.txt

COPY --link deployments /workspace/deployments

Expand Down
2 changes: 1 addition & 1 deletion tests/docker/gitlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y curl git jq apache2-utils \
WORKDIR /workspace/tests

COPY --link tests/requirements.txt /workspace/tests/
RUN pip install -r requirements.txt
RUN pip install --require-hashes -r requirements.txt

COPY --link tests /workspace/tests
COPY --link deployments /workspace/deployments
Expand Down

0 comments on commit ae2dcdc

Please sign in to comment.