Skip to content

Instantly share code, notes, and snippets.

@rendicott
Created June 22, 2018 02:34
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 rendicott/68bb062f38aa4616643d638ecaa22a81 to your computer and use it in GitHub Desktop.
Save rendicott/68bb062f38aa4616643d638ecaa22a81 to your computer and use it in GitHub Desktop.
Vimgolf docker
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