Created
July 19, 2016 21:15
-
-
Save daniilyar-confyrm/e090a72cc162d46379b7aba8b04eba7f to your computer and use it in GitHub Desktop.
Dockerfile to test if st2 setup oneliner works on Ubuntu 14.04 LTS
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
FROM ubuntu:14.04 | |
RUN apt-get -qqy update && apt-get -qqy install curl | |
RUN curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password=st2admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment