Merge pull request #49 from konstruktoid/apk_update

keep the image up-to-date
This commit is contained in:
Thomas Sjögren 2015-06-23 21:36:28 +02:00
commit 0df4448fb8

View file

@ -1,6 +1,8 @@
FROM alpine:3.1
RUN apk --update add docker
RUN apk update && \
apk upgrade && \
apk --update add docker
RUN mkdir /docker-bench-security