Spotter-VM/basic-runtimes/java.lxcfile
2018-09-05 17:46:44 +02:00

7 lines
91 B
Plaintext

LAYER shared/alpine
LAYER shared/java
SCRIPT
apk --no-cache add openjdk8-jre-base
RUN