chore (samples): Don't cache apks at all in Dockerfiles

This commit is contained in:
Simen Bekkhus 2017-02-08 14:52:33 +01:00
parent 0e98ab7f1a
commit 2722daf05a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
FROM alpine:3.4
RUN apk add -U redis sed bash && rm -rf /var/cache/apk/*
RUN apk add --no-cache redis sed bash
COPY redis-master.conf /redis-master/redis.conf
COPY redis-slave.conf /redis-slave/redis.conf