Skip to content

Instantly share code, notes, and snippets.

@timusg
Forked from paulczar/Dockerfile
Last active December 25, 2015 09:39
Show Gist options
  • Save timusg/6955432 to your computer and use it in GitHub Desktop.
Save timusg/6955432 to your computer and use it in GitHub Desktop.
# Chef-Zero
#
# VERSION 0.0.1
FROM base
MAINTAINER Paul Czarkowski "username.taken@gmail.com"
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