Mercurial > public > ssdt-docker
changeset 543:90e2e72fc44f
add exports for xml printing
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 22 May 2024 23:28:40 -0400 |
parents | 9b920ae0f065 |
children | 8372ac13670e |
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: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/