docker/Makefile in notifications-ruby-client-1.1.1 vs docker/Makefile in notifications-ruby-client-1.1.2

- old
+ new

@@ -5,6 +5,6 @@ help: @cat $(MAKEFILE_LIST) | grep -E '^[a-zA-Z_-]+:.*?## .*$$' | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' .PHONY: build build: - docker build --pull -t govuk/notify-ruby-client-builder . + docker build --pull -t govuk/notify-ruby-client-builder --build-arg APT_HTTP_PROXY="${HTTP_PROXY}" .