Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche authored Aug 9, 2024
1 parent 6e8c296 commit 2578388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .kokoro/docker/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ RUN make altinstall

ENV PATH /usr/local/bin/python3.10:$PATH

# Update the python3 symlink
RUN rm /usr/bin/python3 && \
ln -s /usr/bin/python3.10 /usr/bin/python3

###################### Install pip
RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
&& python3.10 /tmp/get-pip.py \
Expand Down

0 comments on commit 2578388

Please sign in to comment.