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

View File

@@ -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