Mercurial > public > ssdt-docker
comparison tomcat-17/Dockerfile @ 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 |
comparison
equal
deleted
inserted
replaced
543:90e2e72fc44f | 544:8372ac13670e |
---|---|
25 && apt-get install -y postgresql-client \ | 25 && apt-get install -y postgresql-client \ |
26 && apt-get clean \ | 26 && apt-get clean \ |
27 && apt-get autoremove -y \ | 27 && apt-get autoremove -y \ |
28 && rm -rf /var/lib/apt/lists/* | 28 && rm -rf /var/lib/apt/lists/* |
29 | 29 |
30 | |
30 RUN ["--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"] | 31 RUN ["--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"] |
31 | 32 |
32 WORKDIR /usr/local/tomcat | 33 WORKDIR /usr/local/tomcat |
33 | 34 |
34 COPY setenv.sh bin/ | 35 COPY setenv.sh bin/ |