Created
November 16, 2014 18:34
-
-
Save ae6rt/3e5bd5088c24eb352ba1 to your computer and use it in GitHub Desktop.
Dockerfile with persisted git clone
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 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