# HG changeset patch # User belknapSSDT # Date 1716472984 14400 # Node ID a2f2776d46282ea99e507213b440a244e9305517 # Parent f346f19e322aae551d839cc210ed863858cd063c removed commands diff -r f346f19e322a -r a2f2776d4628 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Thu May 23 00:00:08 2024 -0400 +++ b/tomcat-17/Dockerfile Thu May 23 10:03:04 2024 -0400 @@ -2,8 +2,6 @@ MAINTAINER Marc Davis -SHELL ["cmd", "/S", "/C"] -RUN --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ && gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg \ @@ -29,7 +27,6 @@ && apt-get autoremove -y \ && rm -rf /var/lib/apt/lists/* -SHELL ["cmd", "--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"] WORKDIR /usr/local/tomcat