Skip to content

Instantly share code, notes, and snippets.

@VictorGob
Created March 4, 2020 07:18
Show Gist options
  • Save VictorGob/9d595ab2185eab11f4526ed9c5122944 to your computer and use it in GitHub Desktop.
Save VictorGob/9d595ab2185eab11f4526ed9c5122944 to your computer and use it in GitHub Desktop.
Slim Debian image for python contributions.
FROM debian:buster-slim
RUN apt update -y && apt upgrade -y && apt install git build-essential -y
ENTRYPOINT ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment