Skip to content

Commit

Permalink
install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jul 14, 2021
1 parent 86095f2 commit f99e699
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .kokoro/docker/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ RUN apt-get update \
# && rm -rf /usr/src/python* \
# && rm -rf ~/.cache/

# RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
# && python3.7 /tmp/get-pip.py \
# && python3.8 /tmp/get-pip.py \
# && rm /tmp/get-pip.py
RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
&& python3.8 /tmp/get-pip.py \
&& rm /tmp/get-pip.py

CMD ["python3.8"]

0 comments on commit f99e699

Please sign in to comment.