Makefile: apply BUILD_CMD to the base image

This commit is contained in:
Matt McCormick 2024-03-25 22:31:12 -04:00
parent 50120593a3
commit 9f4fe90923

View File

@ -232,7 +232,7 @@ manylinux2014-x86.test: manylinux2014-x86
# base
#
base: Dockerfile imagefiles/
$(DOCKER) build -t $(ORG)/base:latest \
$(DOCKER) $(BUILD_CMD) -t $(ORG)/base:latest \
-t $(ORG)/base:$(TAG) \
--build-arg IMAGE=$(ORG)/base \
--build-arg VCS_URL=`git config --get remote.origin.url` \