From 20885c6cf7c762bc5cda9f36378b2d5c895e1345 Mon Sep 17 00:00:00 2001 From: Michael Reichenbach Date: Sat, 12 Jan 2019 16:35:03 +0100 Subject: [PATCH] style(minecraft-server): fix wrong formatting --- minecraft-server/Dockerfile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/minecraft-server/Dockerfile b/minecraft-server/Dockerfile index 350a56bc..8c43b265 100644 --- a/minecraft-server/Dockerfile +++ b/minecraft-server/Dockerfile @@ -3,19 +3,19 @@ FROM openjdk:8u171-jre-alpine LABEL maintainer "itzg" RUN apk add --no-cache -U \ - openssl \ - imagemagick \ - lsof \ - su-exec \ - shadow \ - bash \ - curl iputils wget \ - git \ - jq \ - mysql-client \ - tzdata \ - rsync \ - python python-dev py2-pip + openssl \ + imagemagick \ + lsof \ + su-exec \ + shadow \ + bash \ + curl iputils wget \ + git \ + jq \ + mysql-client \ + tzdata \ + rsync \ + python python-dev py2-pip RUN pip install mcstatus