mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-18 04:39:10 +00: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
|
FROM alpine:3.1
|
||||||
|
|
||||||
|
MAINTAINER dockerbench.com
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
||||||
apk --update add docker
|
apk --update add docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue