Spotter-VM/lxc-shared/alpine3.9-java8/lxcfile

8 lines
245 B
Plaintext
Raw Normal View History

2019-09-18 11:29:58 +02:00
IMAGE alpine3.9-java8_8.212.04-190620
2019-11-30 09:59:32 +01:00
FROM alpine3.9_3.9.4-190620
2018-09-05 17:46:44 +02:00
2018-09-12 16:08:10 +02:00
RUN EOF
# nss needed due to https://github.com/docker-library/openjdk/issues/289 , https://bugs.alpinelinux.org/issues/10126
apk --no-cache add nss openjdk8-jre-base
2018-09-12 16:08:10 +02:00
EOF