Skip to content

Commit

Permalink
Add missing symlink to python3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Mar 28, 2024
1 parent 6c66306 commit e70dc80
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 @@ -27,6 +27,7 @@ RUN export PYTHON_SEMVER="${PYTHON_MAJOR}.${PYTHON_PATCH}" \
&& ./configure --enable-optimizations --with-ensurepip \
&& make altinstall \
&& pip${PYTHON_MAJOR} install six \
&& ln -s /usr/local/bin/python${PYTHON_MAJOR} /usr/local/bin/python3 \
# Clean up
&& apt-get remove -f -y --purge --auto-remove build-essential \
&& apt-get clean \
Expand Down

0 comments on commit e70dc80

Please sign in to comment.