changeset 545:24df9eac01a3

add exports for xml printing
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 22 May 2024 23:40:13 -0400
parents 8372ac13670e
children 2bf2426777c8
files tomcat-17/Dockerfile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <davis@ssdt-ohio.org>
 
+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 \