Skip to content

Instantly share code, notes, and snippets.

@sauthieg
Created November 29, 2014 07:26
Show Gist options
  • Save sauthieg/4ea089e1b50532e41c87 to your computer and use it in GitHub Desktop.
Save sauthieg/4ea089e1b50532e41c87 to your computer and use it in GitHub Desktop.
Prototype of OpenIG 3.1 Dockerfile
FROM tomcat:8
RUN rm -rf $CATALINA_HOME/webapps/*
RUN curl -SL http://download.forgerock.org/downloads/openig/nightly/OpenIG-3.1.0-SNAPSHOT.war -o $CATALINA_HOME/webapps/ROOT.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment