mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-13 09:12:43 +08:00
Add ARG to allow build different images
This commit is contained in:
parent
6cbc4e53e0
commit
bcf0c5cb4c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user