Update 'build-minecraft.jenkins'
This commit is contained in:
parent
477a6ca406
commit
4251dc117f
@ -70,7 +70,6 @@ RUN printf '%s\\n' "aHR0cHM6Ly9kbC1jZG4uYWxwaW5lbGludXgub3JnL2FscGluZS92My4xMy9t
|
|||||||
"ZGwtY2RuLmFscGluZWxpbnV4Lm9yZy9hbHBpbmUvdjMuMTMvY29tbXVuaXR5Cmh0dHBzOi8vZGwt" \\
|
"ZGwtY2RuLmFscGluZWxpbnV4Lm9yZy9hbHBpbmUvdjMuMTMvY29tbXVuaXR5Cmh0dHBzOi8vZGwt" \\
|
||||||
"Y2RuLmFscGluZWxpbnV4Lm9yZy9hbHBpbmUvZWRnZS90ZXN0aW5nCg==" | base64 -d > /etc/apk/repositories && \\
|
"Y2RuLmFscGluZWxpbnV4Lm9yZy9hbHBpbmUvZWRnZS90ZXN0aW5nCg==" | base64 -d > /etc/apk/repositories && \\
|
||||||
apk add --no-cache ${alpineJavaPackage} curl && \\
|
apk add --no-cache ${alpineJavaPackage} curl && \\
|
||||||
apk cache --purge && \\
|
|
||||||
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 && \\
|
||||||
curl -Ls "${paperMCDownload}" -o /minecraft/paper-mc.jar && \\
|
curl -Ls "${paperMCDownload}" -o /minecraft/paper-mc.jar && \\
|
||||||
|
Reference in New Issue
Block a user