Update 'build-minecraft.jenkins'

This commit is contained in:
Hyatt 2021-11-15 13:55:19 +00:00
parent b596afdd6a
commit 52e9fc86b7

View File

@ -66,7 +66,7 @@ FROM ${baseImage}:${baseImageTag}
MAINTAINER The_Spider <spider@smoothnet.org>
RUN sed -i -r -e 's/v3.14\\/community/edge\\/community/' && \\
RUN sed -i -r -e 's/v3.14\\/community/edge\\/community/' /etc/apk/repositories && \\
apk add --no-cache ${alpineJavaPackage} curl && \\
addgroup -S -g 1000 minecraft && \\
adduser -S minecraft -G minecraft -h /minecraft -u 1000 && \\