changeset 544:8372ac13670e

add exports for xml printing
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 22 May 2024 23:35:17 -0400
parents 90e2e72fc44f
children 24df9eac01a3
files tomcat-17/Dockerfile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Wed May 22 23:28:40 2024 -0400
+++ b/tomcat-17/Dockerfile	Wed May 22 23:35:17 2024 -0400
@@ -27,6 +27,7 @@
     && 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