mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +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
|
||||
ifdef DOCKER_BIN_URL
|
||||
(curl -fsSL ${DOCKER_BIN_URL} && touch ok) | tar xzf -
|
||||
(curl -fsSL "${DOCKER_BIN_URL}" && touch ok) | tar xzf -
|
||||
else
|
||||
(curl -fsSL https://${DOCKER_HOST}/builds/${OS}/${ARCH}/docker-${DOCKER_VERSION}.tgz && touch ok) | tar xzf -
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user