changeset 461:9bcd30c28a8e

USASR-5154 install libtinfo5
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 27 Sep 2023 17:49:45 -0400
parents 71d02b98a2a9
children 95df2c212032
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:40:07 2023 -0400
+++ b/tomcat-17/Dockerfile	Wed Sep 27 17:49:45 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
+RUN apt-get update && apt-get install -y x11-common && apt-get install -y libtinfo5
 
 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