Update 'build-minecraft.jenkins'
This commit is contained in:
parent
b596afdd6a
commit
52e9fc86b7
@ -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 && \\
|
||||
|
Reference in New Issue
Block a user