mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 20:18:52 +00:00
Added quotes for curling
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
13e4082864
commit
816ce62ad5
@ -39,7 +39,7 @@ cleanusr:
|
|||||||
|
|
||||||
download: cleanusr
|
download: cleanusr
|
||||||
ifdef DOCKER_BIN_URL
|
ifdef DOCKER_BIN_URL
|
||||||
(curl -fsSL ${DOCKER_BIN_URL} && touch ok) | tar xzf -
|
(curl -fsSL "${DOCKER_BIN_URL}" && touch ok) | tar xzf -
|
||||||
else
|
else
|
||||||
(curl -fsSL https://${DOCKER_HOST}/builds/${OS}/${ARCH}/docker-${DOCKER_VERSION}.tgz && touch ok) | tar xzf -
|
(curl -fsSL https://${DOCKER_HOST}/builds/${OS}/${ARCH}/docker-${DOCKER_VERSION}.tgz && touch ok) | tar xzf -
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user