mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-02 20:27:14 +00:00
style(minecraft-server): fix wrong formatting
This commit is contained in:
+13
-13
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user