comparison java-17/Dockerfile @ 555:eae4a6205738

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