changeset 546:2bf2426777c8

add exports for xml printing
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 22 May 2024 23:54:36 -0400
parents 24df9eac01a3
children f346f19e322a
files tomcat-17/Dockerfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Wed May 22 23:40:13 2024 -0400
+++ b/tomcat-17/Dockerfile	Wed May 22 23:54:36 2024 -0400
@@ -2,7 +2,7 @@
 
 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
 
-RUN ["--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"]
+SHELL ["cmd", "--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 \