Created
June 22, 2018 02:34
-
-
Save rendicott/68bb062f38aa4616643d638ecaa22a81 to your computer and use it in GitHub Desktop.
Vimgolf docker
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 ruby | |
RUN gem install vimgolf | |
RUN apt-get update | |
RUN apt-get install vim -y | |
ENTRYPOINT /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment