Created
March 1, 2023 15:44
-
-
Save strongant/221c2a5a2f9311c0fcde54b737f7816c to your computer and use it in GitHub Desktop.
Install python/pip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install python/pip | |
ENV PYTHONUNBUFFERED=1 | |
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python | |
RUN python3 -m ensurepip | |
RUN pip3 install --no-cache --upgrade pip setuptools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment