Skip to content

Instantly share code, notes, and snippets.

@brydavis
Created August 15, 2019 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brydavis/66a2560bf2da803aa19d38739110dfac to your computer and use it in GitHub Desktop.
Save brydavis/66a2560bf2da803aa19d38739110dfac to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y golang
RUN apt-get install -y python3
CMD tail -f /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment