Mercurial > public > ssdt-docker
changeset 455:17c7d5baf8c2
USASR-5154 install x11-common
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 17:21:03 -0400 |
parents | d73690f282d3 |
children | af1111121acd |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Wed Sep 27 17:16:00 2023 -0400 +++ b/tomcat-17/Dockerfile Wed Sep 27 17:21:03 2023 -0400 @@ -2,7 +2,7 @@ MAINTAINER Marc Davis <davis@ssdt-ohio.org> -RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-get install x11-common && apt-get install debian-archive-keyring && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \ +RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-get install debian-archive-keyring && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 04EE7237B7D453EC \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 648ACFD622F3D138 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0E98404D386FA1D9 \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EF0F382A1A7B6500 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C @@ -12,7 +12,7 @@ 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 \ && 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 -RUN apt-get install debian-archive-keyring && apt-key update +RUN apt-get install debian-archive-keyring && apt-get install x11-common && apt-key update RUN echo "deb http://archive.debian.org/debian/ stretch main contrib" > /etc/apt/sources.list \ && echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib" >> /etc/apt/sources.list \