Skip to content

Commit

Permalink
fix: python bin path
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Dyachkov <dev@dyachkov.org>
  • Loading branch information
thalesmg and id authored Jun 27, 2024
1 parent 9642ce5 commit 62cadd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN wget https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tgz \
&& make \
&& make install \
&& rm -rf /usr/bin/python3 /usr/bin/python \
&& ln -s /usr/local/python3.9.2/bin/python3.7 /usr/bin/python3 \
&& ln -s /usr/local/python3.9.2/bin/python3.7 /usr/bin/python
&& ln -s /usr/local/python3.9.2/bin/python3.9 /usr/bin/python3 \
&& ln -s /usr/local/python3.9.2/bin/python3.9 /usr/bin/python

RUN curl -k -L -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py \
&& python /tmp/get-pip.py \
Expand Down

0 comments on commit 62cadd7

Please sign in to comment.