Skip to content

Instantly share code, notes, and snippets.

@john-science
Last active July 11, 2021 22:56
Show Gist options
  • Save john-science/d43102fd64d7bbd406e0f03fb7441bca to your computer and use it in GitHub Desktop.
Save john-science/d43102fd64d7bbd406e0f03fb7441bca to your computer and use it in GitHub Desktop.
Installing Python v3.8 dev on Ubuntu 20.04 via Docker
FROM ubuntu:20.04
RUN apt-get update && \
apt-get install --no-install-recommends -y python3-pip python3.8-dev && \
apt-get install vim && \
apt-get install git
@iFreilicht
Copy link

@theJollySin I'm not using this dockerfile anyway, so I'm fine with you upgrading it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment