From 2e00d5449000e8e14f063dab8614149edc57f298 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 12 Mar 2018 10:27:15 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f202c51..ff413e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN update-ca-trust extract # alternatives --install /usr/bin/javac javac $JAVA_HOME/bin/javac 200000 # Uncomment the following commands to download the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files. -# ==> By uncommenting these next 8 lines, you agree to the Oracle Binary Code License Agreement for Java SE Platform Products (http://www.oracle.com/technetwork/java/javase/terms/license/index.html) +# ==> By uncommenting these next 7 lines, you agree to the Oracle Binary Code License Agreement for Java SE Platform Products (http://www.oracle.com/technetwork/java/javase/terms/license/index.html) # RUN wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" \ # http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip \ # && echo "f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 jce_policy-8.zip" | sha256sum -c - \ @@ -164,7 +164,7 @@ VOLUME ["/usr/local/tomcat/conf", \ ################################################# ### Settings for a burned-in config (default) ### ################################################# -# Conversely, for a burned config, *uncomment* the COPY lines below and *comment* the lines of the VOLUME command above +# Conversely, for a burned config, *uncomment* the ADD lines below and *comment* the lines of the VOLUME command above # # consider not doing the volumes below as it creates a run-time dependency and a better solution might be to use syslog from the container # VOLUME ["/usr/local/tomcat/logs", "/opt/shibboleth-idp/logs"]