mc: use apk's --no-cache option

This commit is contained in:
Geoff Bourne
2018-07-28 10:33:24 -05:00
parent 5215dd569a
commit f66e1ff103
+2 -3
View File
@@ -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