Fix docker build arg for https proxy
This commit is contained in:
parent
ca502bbe9b
commit
e37fa08e74
2
Makefile
2
Makefile
|
|
@ -123,7 +123,7 @@ container: .container-$(DOTFILE_IMAGE) container-name
|
|||
Dockerfile.in > .dockerfile-$(OS)_$(ARCH)
|
||||
@docker build \
|
||||
--build-arg HTTP_PROXY=$(HTTP_PROXY) \
|
||||
--build-arg=$(HTTPS_PROXY) \
|
||||
--build-arg HTTPS_PROXY=$(HTTPS_PROXY) \
|
||||
-t $(IMAGE):$(TAG) \
|
||||
-f .dockerfile-$(OS)_$(ARCH) \
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in New Issue