correct http_proxy variable

This commit is contained in:
2017-06-14 11:53:08 +01:00
parent 73315cff8b
commit e8a897441d

View File

@@ -57,7 +57,7 @@ prepare:
@rm -f $(DOCKER_HOME)/build/tmp.* @rm -f $(DOCKER_HOME)/build/tmp.*
@echo FROM $(FROM) > ${FILE} @echo FROM $(FROM) > ${FILE}
ifneq ($(PROXY),) ifneq ($(PROXY),)
$(call arg,HTTP_PROXY,http://$(PROXY):3142) $(call arg,http_proxy,http://$(PROXY):3142)
endif endif
ifneq ($(TIMEZONE),) ifneq ($(TIMEZONE),)
$(call arg,TIMEZONE,$(TIMEZONE)) $(call arg,TIMEZONE,$(TIMEZONE))