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

pull/6/head
Simen Bekkhus 2017-02-08 14:52:33 +01:00
parent 72207db455
commit 2ac23cd46a
No known key found for this signature in database
GPG Key ID: E3BEC11885DC91B6
2 changed files with 2 additions and 3 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

View File

@ -14,5 +14,4 @@
FROM alpine
RUN apk update --no-cache
RUN apk add bind-tools
RUN apk add --no-cache bind-tools