Mercurial > public > ssdt-docker
changeset 458:f27afc0281d2
USASR-5154 install x11
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 17:33:39 -0400 |
parents | 120cd3f26f14 |
children | 43167eae4881 |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 \