Skip to content

Commit

Permalink
fix: get BUILD_DOCKER_PROXY var from env
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Jun 10, 2022
1 parent c117e1c commit 81f3171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ build: $(BUILD_DEPS)

# docker
.PHONY: docker
BUILD_DOCKER_PROXY=

docker:
docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) -t venus-market .

0 comments on commit 81f3171

Please sign in to comment.