style(minecraft-server): fix wrong formatting

This commit is contained in:
Michael Reichenbach
2019-01-12 16:35:03 +01:00
parent f6465b5dac
commit 20885c6cf7
+13 -13
View File
@@ -3,19 +3,19 @@ FROM openjdk:8u171-jre-alpine
LABEL maintainer "itzg" LABEL maintainer "itzg"
RUN apk add --no-cache -U \ RUN apk add --no-cache -U \
openssl \ openssl \
imagemagick \ imagemagick \
lsof \ lsof \
su-exec \ su-exec \
shadow \ shadow \
bash \ bash \
curl iputils wget \ curl iputils wget \
git \ git \
jq \ jq \
mysql-client \ mysql-client \
tzdata \ tzdata \
rsync \ rsync \
python python-dev py2-pip python python-dev py2-pip
RUN pip install mcstatus RUN pip install mcstatus