diff --git a/minecraft-server/Dockerfile b/minecraft-server/Dockerfile index 07cecdbe..048e55ba 100644 --- a/minecraft-server/Dockerfile +++ b/minecraft-server/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:8u171-jre-alpine LABEL maintainer "itzg" -RUN apk add -U \ +RUN apk add --no-cache -U \ openssl \ imagemagick \ lsof \ @@ -12,8 +12,7 @@ RUN apk add -U \ git \ jq \ mysql-client \ - python python-dev py2-pip && \ - rm -rf /var/cache/apk/* + python python-dev py2-pip RUN pip install mcstatus