Created
April 15, 2014 16:03
-
-
Save cshoe/10744045 to your computer and use it in GitHub Desktop.
This file contains 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
FROM ubuntu:12.04 | |
MAINTAINER Chris Schomaker <[email protected]> | |
# 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