mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 06:52:06 -05:00
Use http proxy for Docker
This commit is contained in:
@@ -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}" .
|
||||
|
||||
Reference in New Issue
Block a user