mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-02 13:42:17 +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"
|
LABEL maintainer "itzg"
|
||||||
|
|
||||||
RUN apk add -U \
|
RUN apk add --no-cache -U \
|
||||||
openssl \
|
openssl \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
lsof \
|
lsof \
|
||||||
@@ -12,8 +12,7 @@ RUN apk add -U \
|
|||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
mysql-client \
|
mysql-client \
|
||||||
python python-dev py2-pip && \
|
python python-dev py2-pip
|
||||||
rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
RUN pip install mcstatus
|
RUN pip install mcstatus
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user