Update 'build-minecraft.jenkins'

This commit is contained in:
Hyatt 2021-11-15 13:53:46 +00:00
parent 98ac25f0f8
commit b596afdd6a

View File

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