Skip to content

Instantly share code, notes, and snippets.

@j-fuentes
Created September 13, 2016 07:29
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/8f7bd4d61ad2acefd3ce728d12610304 to your computer and use it in GitHub Desktop.
Save j-fuentes/8f7bd4d61ad2acefd3ce728d12610304 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