Use http proxy for Docker

This commit is contained in:
bandesz
2016-11-30 15:57:08 +00:00
parent 40cf6c049f
commit 07aa4cb0b0
3 changed files with 19 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ help:
.PHONY: build-build-image
build-build-image:
docker build --pull -f Dockerfile-build -t govuk/notify-api-builder .
docker build --pull -f Dockerfile-build -t govuk/notify-api-builder --build-arg APT_HTTP_PROXY="${HTTP_PROXY}" .