comparison tomcat/Dockerfile @ 156:2f794158e9e8

DEP-12: revert tomcat upgrade. add script manager
author smith@nwoca.org
date Mon, 31 Jul 2017 20:48:38 +0100
parents d64806928eca
children 1866c261576f
comparison
equal deleted inserted replaced
154:454cc08435dd 156:2f794158e9e8
1 FROM tomcat:8.5.16-jre8 1 FROM tomcat:8.5.14-jre8
2 2
3 MAINTAINER Dave Smith <smith@nwoca.org> 3 MAINTAINER Dave Smith <smith@nwoca.org>
4 4
5 RUN echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \ 5 RUN echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \
6 && echo "deb http://security.debian.org/ jessie/updates main contrib" >> /etc/apt/sources.list \ 6 && echo "deb http://security.debian.org/ jessie/updates main contrib" >> /etc/apt/sources.list \