# HG changeset patch # User belknapSSDT # Date 1716435613 14400 # Node ID 24df9eac01a3501eb2de547850a6f9d15f4e1773 # Parent 8372ac13670ede983a690b890a058ee047cdcf38 add exports for xml printing diff -r 8372ac13670e -r 24df9eac01a3 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Wed May 22 23:35:17 2024 -0400 +++ b/tomcat-17/Dockerfile Wed May 22 23:40:13 2024 -0400 @@ -2,6 +2,8 @@ MAINTAINER Marc Davis +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 \ && gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg \