Merge pull request #53 from konstruktoid/dockerfile_order

Dockerfile order
This commit is contained in:
Thomas Sjögren 2015-07-01 21:05:04 +02:00
commit 10ecf0282c
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -1,9 +1,9 @@
# REPOSITORY https://github.com/docker/docker-bench-security
MAINTAINER dockerbench.com
FROM alpine:3.1
MAINTAINER dockerbench.com
RUN apk update && \
apk upgrade && \
apk --update add docker