Created
April 5, 2017 07:55
-
-
Save ShockwaveNN/c9141e8c8baad0496b90436d876dfcb3 to your computer and use it in GitHub Desktop.
god on centos
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
FROM centos:latest | |
RUN yum install -y gcc \ | |
make \ | |
ruby \ | |
ruby-devel | |
RUN gem install god | |
CMD god -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment