Skip to content

Instantly share code, notes, and snippets.

@tinytengu
Last active September 23, 2021 17:05
Show Gist options
  • Save tinytengu/ed3e4addf1540c1ea33dc7ef70da2822 to your computer and use it in GitHub Desktop.
Save tinytengu/ed3e4addf1540c1ea33dc7ef70da2822 to your computer and use it in GitHub Desktop.
Alpine w/ latest Python 3 Dockerfile
FROM alpine:latest
ENV PYTHONBUFFERED=1
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python \
&& python3 -m ensurepip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment