Last active
June 28, 2016 03:15
-
-
Save ianphil/4b1a5c3abae7dc2ef4951fd9eb815867 to your computer and use it in GitHub Desktop.
This file contains 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
# Setting up gist | |
# | |
# https://github.com/defunkt/gist | |
docker run -itd -v c:/src/gist:/src --name ruby tripdubroot/ruby | |
gem install gist | |
<# | |
FROM debian:jessie | |
RUN apt-get update && apt-get install -y ruby-full | |
RUN gem install gist | |
#> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment