Use --no-cache when installing packages

This commit is contained in:
Pierre Jaury
2017-02-12 16:46:30 +01:00
parent be5562620e
commit 0cf1d82dde
7 changed files with 10 additions and 23 deletions

View File

@@ -1,11 +1,6 @@
FROM alpine
RUN apk add --update \
clamav \
rsyslog \
wget \
&& rm -rf /var/cache/apk/*
RUN apk add --no-cache clamav rsyslog wget
COPY conf /etc/clamav
COPY start.sh /start.sh