Skip to content

Commit

Permalink
Try pinning pip version in k8s itest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmb committed Mar 13, 2024
1 parent 2f5aae0 commit 0e1b0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yelp_package/dockerfiles/itest/k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ WORKDIR /work
ADD requirements.txt /work/
RUN virtualenv /venv -ppython3.8 --no-download
ENV PATH=/venv/bin:$PATH
RUN pip install -r requirements-bootstrap.txt
RUN pip install -r requirements.txt
ADD yelp_package/dockerfiles/itest/k8s/wait_paasta_api.sh /venv/bin

Expand Down

0 comments on commit 0e1b0e2

Please sign in to comment.