comparison tomcat-17/Dockerfile @ 459:43167eae4881

USASR-5154 revert
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 27 Sep 2023 17:35:31 -0400
parents f27afc0281d2
children 71d02b98a2a9
comparison
equal deleted inserted replaced
458:f27afc0281d2 459:43167eae4881
16 16
17 RUN echo "deb http://archive.debian.org/debian/ stretch main contrib" > /etc/apt/sources.list \ 17 RUN echo "deb http://archive.debian.org/debian/ stretch main contrib" > /etc/apt/sources.list \
18 && echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib" >> /etc/apt/sources.list \ 18 && echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib" >> /etc/apt/sources.list \
19 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections 19 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
20 20
21 RUN apt-get install x11-common
22 21
23 RUN apt-get update \ 22 RUN apt-get update \
24 && apt-get install -y ttf-mscorefonts-installer \ 23 && apt-get install -y ttf-mscorefonts-installer \
25 && apt-get clean \ 24 && apt-get clean \
26 && apt-get autoremove -y \ 25 && apt-get autoremove -y \