Mercurial > public > ssdt-docker
annotate java/Dockerfile @ 343:b8373a99ad4d production
testbench updates
author | aldrich@ssdt-ohio.org |
---|---|
date | Wed, 20 May 2020 13:58:02 +0100 |
parents | b0b52c426f16 |
children | 7061090570b9 |
rev | line source |
---|---|
289
b0b52c426f16
DEP-16: update tomcat, java and postgres version
smith@nwoca.org
parents:
114
diff
changeset
|
1 FROM openjdk:8u181-jdk |
81
53671513b240
DEP-10: add timezone and locale settings. add java base image. add native APR for tomcat
smith@nwoca.org
parents:
diff
changeset
|
2 |
53671513b240
DEP-10: add timezone and locale settings. add java base image. add native APR for tomcat
smith@nwoca.org
parents:
diff
changeset
|
3 MAINTAINER Dave Smith <smith@nwoca.org> |
53671513b240
DEP-10: add timezone and locale settings. add java base image. add native APR for tomcat
smith@nwoca.org
parents:
diff
changeset
|
4 |
114
a113282d9400
DEP-12: update java version and fix ms fonts installer
smith@nwoca.org
parents:
81
diff
changeset
|
5 RUN echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \ |