Mercurial > public > ssdt-docker
comparison 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 |
comparison
equal
deleted
inserted
replaced
542:9b920ae0f065 | 543:90e2e72fc44f |
---|---|
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 RUN ["--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"] | |
31 | |
30 WORKDIR /usr/local/tomcat | 32 WORKDIR /usr/local/tomcat |
31 | 33 |
32 COPY setenv.sh bin/ | 34 COPY setenv.sh bin/ |
33 COPY tomcat-users.xml server.xml context.xml logging.properties conf/ | 35 COPY tomcat-users.xml server.xml context.xml logging.properties conf/ |
34 | 36 |