Skip to content

Instantly share code, notes, and snippets.

@ShockwaveNN
Created April 5, 2017 07:55
Show Gist options
  • Save ShockwaveNN/c9141e8c8baad0496b90436d876dfcb3 to your computer and use it in GitHub Desktop.
Save ShockwaveNN/c9141e8c8baad0496b90436d876dfcb3 to your computer and use it in GitHub Desktop.
god on centos
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