diff tomcat-17/Dockerfile @ 543:90e2e72fc44f

add exports for xml printing
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 22 May 2024 23:28:40 -0400
parents 70bdc4e8131e
children 8372ac13670e
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Wed May 22 23:28:03 2024 -0400
+++ b/tomcat-17/Dockerfile	Wed May 22 23:28:40 2024 -0400
@@ -27,6 +27,8 @@
     && apt-get autoremove -y \
     && rm -rf /var/lib/apt/lists/*
 
+RUN ["--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"]
+
 WORKDIR /usr/local/tomcat
 
 COPY setenv.sh bin/