removes duplicate mkdir

This commit is contained in:
Hyatt 2021-12-09 09:34:15 -06:00
parent 275a618b8d
commit 36ff86ed86
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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