Add ARG to allow build different images
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
FROM docker:17.05.0-ce-dind
|
ARG VERSION=17.05.0-ce-dind
|
||||||
|
FROM docker:${VERSION}
|
||||||
|
|
||||||
RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq
|
RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user