Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/nvidia-docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lezar <elezar@nvidia.com>2021-03-24 11:32:28 +0300
committerEvan Lezar <elezar@nvidia.com>2021-03-24 11:32:28 +0300
commitf2919b28e86d92ff77bfa0724b6ecb7dac213774 (patch)
treec1221a1a46691a659a6cb7f6e2f3c37ab61b64d4 /Makefile
parente2d0f02263323b4bea97a492f7b829be12efff46 (diff)
Quote all build args
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a6cbd2..f6dc28a 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ docker-build-%:
DOCKER_BUILDKIT=1 \
$(DOCKER) build \
--progress=plain \
- --build-arg BASEIMAGE=$(BASEIMAGE) \
+ --build-arg BASEIMAGE="$(BASEIMAGE)" \
--build-arg DOCKER_VERSION="$(DOCKER_VERSION)" \
--build-arg RUNTIME_VERSION="$(RUNTIME_VERSION)" \
--build-arg PKG_VERS="$(LIB_VERSION)" \