keep the image up-to-date

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2015-06-23 21:32:35 +02:00
parent 88566a8f9f
commit 641bf4e864

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