Mercurial > public > ssdt-docker
changeset 462:95df2c212032
USASR-5154 install libgpm2
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 18:17:10 -0400 |
parents | 9bcd30c28a8e |
children | 6224de394acb |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Wed Sep 27 17:49:45 2023 -0400 +++ b/tomcat-17/Dockerfile Wed Sep 27 18:17:10 2023 -0400 @@ -7,7 +7,7 @@ && 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 -RUN apt-get update && apt-get install -y x11-common && apt-get install -y libtinfo5 +RUN apt-get update && apt-get install -y x11-common && apt-get install -y libtinfo5 && apt-get install -y libgpm2 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