Mercurial > public > ssdt-docker
comparison tomcat-17/Dockerfile @ 444:07ba7630da44
USASR-5154 removed &&
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 14:53:28 -0400 |
parents | 955953447f5c |
children | 15a263e509ac |
comparison
equal
deleted
inserted
replaced
443:955953447f5c | 444:07ba7630da44 |
---|---|
1 FROM tomcat:8.5.93-jre17 | 1 FROM tomcat:8.5.93-jre17 |
2 | 2 |
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> | 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> |
4 | 4 |
5 RUN && apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \ | 5 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \ |
6 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 | 6 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 |
7 | 7 |
8 RUN echo "deb http://archive.debian.org/debian/ jessie main contrib" > /etc/apt/sources.list \ | 8 RUN echo "deb http://archive.debian.org/debian/ jessie main contrib" > /etc/apt/sources.list \ |
9 && echo "deb http://archive.debian.org/debian-security/ jessie/updates main contrib" >> /etc/apt/sources.list \ | 9 && echo "deb http://archive.debian.org/debian-security/ jessie/updates main contrib" >> /etc/apt/sources.list \ |
10 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections | 10 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections |