Skip to content

Instantly share code, notes, and snippets.

@daniilyar-confyrm
Created July 19, 2016 21:15
Show Gist options
  • Save daniilyar-confyrm/e090a72cc162d46379b7aba8b04eba7f to your computer and use it in GitHub Desktop.
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
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