Created
March 4, 2020 07:18
-
-
Save VictorGob/9d595ab2185eab11f4526ed9c5122944 to your computer and use it in GitHub Desktop.
Slim Debian image for python contributions.
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
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