Mercurial > public > ssdt-docker
comparison tomcat-17/Dockerfile @ 452:a927ce7a5864
USASR-5154 try stretch
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 17:03:11 -0400 |
parents | 4fafbb9b743b |
children | 1f6565ed9382 |
comparison
equal
deleted
inserted
replaced
451:4fafbb9b743b | 452:a927ce7a5864 |
---|---|
12 RUN gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg \ | 12 RUN gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg \ |
13 && gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg | 13 && gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg |
14 | 14 |
15 RUN apt-get install debian-archive-keyring && apt-key update | 15 RUN apt-get install debian-archive-keyring && apt-key update |
16 | 16 |
17 RUN echo "deb http://archive.debian.org/debian/ jessie 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/ jessie/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 | 21 |
22 RUN apt-get update \ | 22 RUN apt-get update \ |
23 && apt-get install -y ttf-mscorefonts-installer \ | 23 && apt-get install -y ttf-mscorefonts-installer \ |