mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Use distros/Dockerfile.alpine
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
cbb351bbf3
commit
f3d9b5cc2e
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# REPOSITORY https://github.com/docker/docker-bench-security
|
||||
|
||||
FROM alpine:3.1
|
||||
|
||||
MAINTAINER dockerbench.com
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk --update add docker
|
||||
|
|
Loading…
Reference in a new issue