# HG changeset patch # User belknapSSDT # Date 1716436476 14400 # Node ID 2bf2426777c8b2229020d3443f0cd130374f9ee3 # Parent 24df9eac01a3501eb2de547850a6f9d15f4e1773 add exports for xml printing diff -r 24df9eac01a3 -r 2bf2426777c8 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Wed May 22 23:40:13 2024 -0400 +++ b/tomcat-17/Dockerfile Wed May 22 23:54:36 2024 -0400 @@ -2,7 +2,7 @@ MAINTAINER Marc Davis -RUN ["--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"] +SHELL ["cmd", "--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 \