Skip to content

Commit

Permalink
Add missing symlink to pip (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Mar 28, 2024
1 parent e70dc80 commit 5777f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN export PYTHON_SEMVER="${PYTHON_MAJOR}.${PYTHON_PATCH}" \
&& make altinstall \
&& pip${PYTHON_MAJOR} install six \
&& ln -s /usr/local/bin/python${PYTHON_MAJOR} /usr/local/bin/python3 \
&& ln -s /usr/local/bin/pip${PYTHON_MAJOR} /usr/local/bin/pip \
# Clean up
&& apt-get remove -f -y --purge --auto-remove build-essential \
&& apt-get clean \
Expand Down

0 comments on commit 5777f76

Please sign in to comment.