Mercurial > public > ssdt-docker
changeset 115:151bd88f6c56
DEP-12: update tomcat version and ms fonts installer
author | smith@nwoca.org |
---|---|
date | Thu, 27 Apr 2017 20:57:22 +0100 |
parents | a113282d9400 |
children | 4b8eb7301ae0 |
files | tomcat/Dockerfile |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat/Dockerfile Thu Apr 27 15:33:00 2017 -0400 +++ b/tomcat/Dockerfile Thu Apr 27 20:57:22 2017 +0100 @@ -1,12 +1,16 @@ -FROM tomcat:8.5.5-jre8 +FROM tomcat:8.5.14-jre8 MAINTAINER Dave Smith <smith@nwoca.org> -RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ - && echo 'deb http://httpredir.debian.org/debian jessie contrib' > /etc/apt/sources.list.d/jessie-contrib.list \ - && apt-get update \ - && apt-get install -y ttf-mscorefonts-installer - +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 \ + && echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ + && apt-get update \ + && apt-get install -y ttf-mscorefonts-installer \ + && apt-get clean \ + && apt-get autoremove -y \ + && rm -rf /var/lib/apt/lists/* + WORKDIR /usr/local/tomcat COPY setenv.sh bin/ @@ -16,7 +20,3 @@ && chmod +x bin/setenv.sh ENV TZ=America/New_York - -ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/ - -RUN apt-get install -y libtcnative-1