mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #1215 from FrenchBen/fix-url
Added quotes for curling
This commit is contained in:
commit
51642e8abb
@ -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