comparison tomcat-17/Dockerfile @ 458:f27afc0281d2

USASR-5154 install x11
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 27 Sep 2023 17:33:39 -0400
parents 120cd3f26f14
children 43167eae4881
comparison
equal deleted inserted replaced
457:120cd3f26f14 458:f27afc0281d2
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
21 22
22 RUN apt-get update \ 23 RUN apt-get update \
23 && apt-get install -y ttf-mscorefonts-installer \ 24 && apt-get install -y ttf-mscorefonts-installer \
24 && apt-get clean \ 25 && apt-get clean \
25 && apt-get autoremove -y \ 26 && apt-get autoremove -y \