Spotter-VM/basic-runtimes/java/Dockerfile

7 lines
136 B
Docker
Raw Normal View History

2018-04-30 22:57:50 +02:00
FROM alpine
LABEL maintainer="Disassembler <disassembler@dasm.cz>"
RUN \
# Install Java 1.8 JRE
apk --no-cache add openjdk8-jre-base