mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-21 08:46:22 +00:00
mc: use apk's --no-cache option
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user