FROM must be the first instruction

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2015-07-01 20:59:09 +02:00
parent 19d3d39e50
commit cbb351bbf3

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