Mercurial > public > ssdt-docker
changeset 436:593af437d86a
USASR-5154 merge
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 13:26:03 -0400 |
parents | 644cf7c83cb2 (current diff) 9cde70b2f115 (diff) |
children | fc7753d58b24 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Wed Sep 27 13:24:58 2023 -0400 +++ b/tomcat-17/Dockerfile Wed Sep 27 13:26:03 2023 -0400 @@ -2,8 +2,8 @@ MAINTAINER Marc Davis <davis@ssdt-ohio.org> -RUN echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \ - && echo "deb http://security.debian.org/ jessie/updates main contrib" >> /etc/apt/sources.list \ +RUN echo "deb http://archive.debian.org/debian/ jessie main contrib" > /etc/apt/sources.list \ + && echo "deb http://archive.debian.org/debian-security/ jessie/updates main contrib" >> /etc/apt/sources.list \ && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ && apt-get update \ && apt-get install -y ttf-mscorefonts-installer \