Skip to content

Instantly share code, notes, and snippets.

@ae6rt
Created November 16, 2014 18:34
Show Gist options
  • Save ae6rt/3e5bd5088c24eb352ba1 to your computer and use it in GitHub Desktop.
Save ae6rt/3e5bd5088c24eb352ba1 to your computer and use it in GitHub Desktop.
Dockerfile with persisted git clone
FROM phusion/baseimage:0.9.15
RUN apt-get -y update && apt-get install -y git
RUN git clone https://github.com/ae6rt/go-mode.el.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment