Changes to java 11

This commit is contained in:
Hyatt 2020-06-26 16:23:37 -05:00
parent fbf9f117d9
commit b04798bb5c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -4,7 +4,7 @@ FROM alpine:latest
MAINTAINER The_Spider <spider@smoothnet.org> MAINTAINER The_Spider <spider@smoothnet.org>
RUN \\ RUN \\
apk add --no-cache openjdk8 curl && \\ apk add --no-cache openjdk11 curl && \\
addgroup -S -g 1000 minecraft && \\ addgroup -S -g 1000 minecraft && \\
adduser -S minecraft -G minecraft -h /minecraft -u 1000 adduser -S minecraft -G minecraft -h /minecraft -u 1000