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