comparison tomcat-17/Dockerfile @ 505:44670d46da7b

USASR-5154 try buster
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 29 Sep 2023 12:20:57 -0400
parents 96d420336e31
children cabf3353a359
comparison
equal deleted inserted replaced
504:96d420336e31 505:44670d46da7b
8 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A \ 8 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A \
9 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500 9 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500
10 10
11 RUN apt-get update && apt-get install -y x11-common && apt-get -f install -y libncurses-dev 11 RUN apt-get update && apt-get install -y x11-common && apt-get -f install -y libncurses-dev
12 12
13 RUN echo "deb http://archive.debian.org/debian/ stretch main contrib" > /etc/apt/sources.list \ 13 RUN echo "deb http://deb.debian.org/debian buster main contrib non-free" > /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://security.debian.org/debian-security/ buster/updates main contrib" >> /etc/apt/sources.list \
15 && 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
16 16
17 17
18 RUN apt-get update \ 18 RUN apt-get update \
19 && apt-get install -y ttf-mscorefonts-installer \ 19 && apt-get install -y ttf-mscorefonts-installer \