comparison java-17/Dockerfile @ 549:39326a8e4f3b

add export to java
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 23 May 2024 10:03:26 -0400
parents 19605893f948
children eb70cc84cfb0
comparison
equal deleted inserted replaced
548:a2f2776d4628 549:39326a8e4f3b
9 && apt-get install -y ttf-mscorefonts-installer \ 9 && apt-get install -y ttf-mscorefonts-installer \
10 && apt-get clean \ 10 && apt-get clean \
11 && apt-get autoremove -y \ 11 && apt-get autoremove -y \
12 && rm -rf /var/lib/apt/lists/* 12 && rm -rf /var/lib/apt/lists/*
13 13
14 SHELL ["cmd", "/S", "/C"]
15 RUN --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED
16
14 ENV TZ=America/New_York 17 ENV TZ=America/New_York
15 18
16 RUN echo $TZ > /etc/timezone \ 19 RUN echo $TZ > /etc/timezone \
17 && dpkg-reconfigure --frontend noninteractive tzdata 20 && dpkg-reconfigure --frontend noninteractive tzdata