Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmcspadden/b77081890284ca06d29e to your computer and use it in GitHub Desktop.
Save nmcspadden/b77081890284ca06d29e to your computer and use it in GitHub Desktop.
FROM nmcspadden/munki
RUN apt-get -yqq update
RUN apt-get -yqq install curl lsb-release
RUN curl -L https://getchef.com/chef/install.sh | bash -s -- -v 11.16.2 -P container
ADD client.rb /etc/chef/client.rb
ADD validation.pem /etc/chef/validation.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment