Use http proxy for Docker

This commit is contained in:
bandesz
2016-11-30 15:57:20 +00:00
parent 4161c152ab
commit b7d1a10e2d
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-admin-builder .
docker build --pull -f Dockerfile-build -t govuk/notify-admin-builder --build-arg APT_HTTP_PROXY="${HTTP_PROXY}" .