mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 00:14:26 +01:00
Makefile: apply BUILD_CMD to the base image
This commit is contained in:
parent
50120593a3
commit
9f4fe90923
2
Makefile
2
Makefile
@ -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` \
|
||||
|
Loading…
Reference in New Issue
Block a user