Skip to content

Instantly share code, notes, and snippets.

@cshoe
Created April 15, 2014 16:03
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 cshoe/10744045 to your computer and use it in GitHub Desktop.
Save cshoe/10744045 to your computer and use it in GitHub Desktop.
FROM ubuntu:12.04
MAINTAINER Chris Schomaker <schomaker.c@gmail.com>
# add salt repository
RUN sudo apt-get update
RUN sudo apt-get install -y python-software-properties
RUN sudo add-apt-repository -y ppa:saltstack/salt
RUN sudo apt-get update
# install salt
RUN sudo apt-get install -y salt-master salt-minion salt-syndic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment