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

parent 72207db4
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
FROM alpine:3.4 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-master.conf /redis-master/redis.conf
COPY redis-slave.conf /redis-slave/redis.conf COPY redis-slave.conf /redis-slave/redis.conf
......
...@@ -14,5 +14,4 @@ ...@@ -14,5 +14,4 @@
FROM alpine FROM alpine
RUN apk update --no-cache RUN apk add --no-cache bind-tools
RUN apk add bind-tools
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment