comparison tomcat-17/Dockerfile @ 441:cb31de9db860

USASR-5154 install gnupg
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 27 Sep 2023 14:09:58 -0400
parents 2f056eca324e
children d79e3e7f9f07
comparison
equal deleted inserted replaced
440:2f056eca324e 441:cb31de9db860
4 4
5 RUN echo "deb http://archive.debian.org/debian/ jessie main contrib" > /etc/apt/sources.list \ 5 RUN echo "deb http://archive.debian.org/debian/ jessie main contrib" > /etc/apt/sources.list \
6 && echo "deb http://archive.debian.org/debian-security/ jessie/updates main contrib" >> /etc/apt/sources.list \ 6 && echo "deb http://archive.debian.org/debian-security/ jessie/updates main contrib" >> /etc/apt/sources.list \
7 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections 7 && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
8 8
9 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \ 9 RUN apt-get update && apt-get install -y gnupg && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \
10 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 10 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50
11 11
12 12
13 RUN apt-get update \ 13 RUN apt-get update \
14 && apt-get install -y ttf-mscorefonts-installer \ 14 && apt-get install -y ttf-mscorefonts-installer \