comparison tomcat-17/Dockerfile @ 498:0157a9283e5c

USASR-5154 remove extra source
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 29 Sep 2023 11:40:21 -0400
parents fbeadb9f1e45
children d51e12ec50cd
comparison
equal deleted inserted replaced
497:fbeadb9f1e45 498:0157a9283e5c
10 10
11 RUN apt-get update && apt-get install -y x11-common 11 RUN apt-get update && apt-get install -y x11-common
12 12
13 RUN echo "deb http://archive.debian.org/debian/ stretch main contrib" > /etc/apt/sources.list \ 13 RUN echo "deb http://archive.debian.org/debian/ stretch main contrib" > /etc/apt/sources.list \
14 && echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib" >> /etc/apt/sources.list \ 14 && echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib" >> /etc/apt/sources.list \
15 && echo "deb http://deb.debian.org/debian stretch-updates main contrib" >> /etc/apt/sources.list \
16 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections 15 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
17 16
18 17
19 RUN apt-get update \ 18 RUN apt-get update \
20 && apt-get install -y ttf-mscorefonts-installer \ 19 && apt-get install -y ttf-mscorefonts-installer \