Skip to content

Commit

Permalink
Print python version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic committed Oct 16, 2024
1 parent 8edee59 commit b184747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
ADD . /src
WORKDIR /src

RUN python --version
RUN pip install --user -U pip
RUN pip install --user --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit b184747

Please sign in to comment.