Mercurial > public > ssdt-docker
view java/Dockerfile @ 97:023c585d3428
flow: Promoted <release> 'v1.1.0' (6643a8613410) to 'default'.
author | smith@nwoca.org |
---|---|
date | Mon, 10 Apr 2017 18:28:10 +0100 |
parents | 53671513b240 |
children | a113282d9400 |
line wrap: on
line source
FROM docker.ssdt.io/java:8-jre 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 ENV TZ=America/New_York RUN echo $TZ > /etc/timezone \ && dpkg-reconfigure --frontend noninteractive tzdata