comparison java-17/Dockerfile @ 550:eb70cc84cfb0

try onbuild
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 23 May 2024 10:11:12 -0400
parents 39326a8e4f3b
children eae4a6205738
comparison
equal deleted inserted replaced
549:39326a8e4f3b 550:eb70cc84cfb0
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"] 14
15 RUN --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED 15 ONBUILD SHELL ["cmd", "/S", "/C"]
16 ONBUILD RUN --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED
16 17
17 ENV TZ=America/New_York 18 ENV TZ=America/New_York
18 19
19 RUN echo $TZ > /etc/timezone \ 20 RUN echo $TZ > /etc/timezone \
20 && dpkg-reconfigure --frontend noninteractive tzdata 21 && dpkg-reconfigure --frontend noninteractive tzdata