# HG changeset patch # User belknapSSDT # Date 1695853030 14400 # Node ID 95df2c21203292a153c0099f00f3a523e0d3eb7a # Parent 9bcd30c28a8edc41240a4bde987331875984c255 USASR-5154 install libgpm2 diff -r 9bcd30c28a8e -r 95df2c212032 tomcat-17/Dockerfile --- 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