removes duplicate mkdir
This commit is contained in:
parent
275a618b8d
commit
36ff86ed86
@ -52,7 +52,6 @@ FROM ${buildImage}:${buildImageTag} as builder
|
||||
RUN addgroup -S -g 1000 minecraft && \\
|
||||
adduser --disabled-password -G minecraft --gecos "application account" --home "/minecraft" --shell "/sbin/nologin" --uid 1000 minecraft && \\
|
||||
apk add --no-cache curl && \\
|
||||
mkdir /minecraft && \\
|
||||
mkdir /minecraft/data && \\
|
||||
mkdir /minecraft/html && \\
|
||||
curl --location --fail --silent \${paperDownload} -o /minecraft/paper-mc.jar
|
||||
|
Reference in New Issue
Block a user