mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #49 from konstruktoid/apk_update
keep the image up-to-date
This commit is contained in:
commit
0df4448fb8
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue