mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
keep the image up-to-date
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
88566a8f9f
commit
641bf4e864
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
FROM alpine:3.1
|
FROM alpine:3.1
|
||||||
|
|
||||||
RUN apk --update add docker
|
RUN apk update && \
|
||||||
|
apk upgrade && \
|
||||||
|
apk --update add docker
|
||||||
|
|
||||||
RUN mkdir /docker-bench-security
|
RUN mkdir /docker-bench-security
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue