-
-
Save timusg/6955432 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Chef-Zero | |
# | |
# VERSION 0.0.1 | |
FROM base | |
MAINTAINER Paul Czarkowski "[email protected]" | |
RUN apt-get update | |
RUN apt-get install -y ruby1.9.1-dev build-essential | |
RUN gem install chef-zero | |
RUN apt-get remove -y build-essential | |
RUN apt-get clean | |
EXPOSE 8889:8889 | |
RUN /usr/local/bin/chef-zero -H 0.0.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment