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

14 lines
444 B
Plaintext
Raw Normal View History

IMAGE alpine3.9-java8 8.212.04-190620
META title Alpine 3.9 OpenJDK 8
META desc-cs Základní LXC vrstva s běhovým prostředím pro Javu 8
META desc-en Basic LXC layer with Java 8 runtime environment
META type layer
META license GPL
LAYER 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