Skip to content

Commit

Permalink
adds JAVA_HOME module add-opens and add-exports for JAI
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Feb 24, 2024
1 parent d32ffe0 commit 22e0d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LABEL maintainer="deegree TMC <[email protected]>" \
ARG DEEGREE_VERSION=3.6.0-SNAPSHOT
ENV DEEGREE_WORKSPACE_ROOT=/root/.deegree
ENV CATALINA_OPTS="-Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl -Dlog.dir=$CATALINA_HOME/logs"
ENV JAVA_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-opens java.desktop/javax.imageio.spi=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-exports java.desktop/sun.swing=ALL-UNNAMED --add-opens java.desktop/javax.imageio.spi=ALL-UNNAMED"
ENV LANG en_US.UTF-8

WORKDIR /usr/local/tomcat/webapps/
Expand Down

0 comments on commit 22e0d4a

Please sign in to comment.