Skip to content

Instantly share code, notes, and snippets.

@j-fuentes
Created September 12, 2016 19:03
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 j-fuentes/28a7ccaaf7aa3cadca6c369c3cc237e0 to your computer and use it in GitHub Desktop.
Save j-fuentes/28a7ccaaf7aa3cadca6c369c3cc237e0 to your computer and use it in GitHub Desktop.
FROM gcr.io/stacksmith-images/ubuntu:14.04-r9
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install wget curl emacs vim
WORKDIR /tmp/dev
CMD ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment