# HG changeset patch # User belknapSSDT # Date 1695850419 14400 # Node ID f27afc0281d2fd7b2b43ff7b5b381b46122558a8 # Parent 120cd3f26f1460620f6062221951097ae0ad28ad USASR-5154 install x11 diff -r 120cd3f26f14 -r f27afc0281d2 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Wed Sep 27 17:29:01 2023 -0400 +++ b/tomcat-17/Dockerfile Wed Sep 27 17:33:39 2023 -0400 @@ -18,6 +18,7 @@ && echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib" >> /etc/apt/sources.list \ && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections +RUN apt-get install x11-common RUN apt-get update \ && apt-get install -y ttf-mscorefonts-installer \