Skip to content

Commit 13fcbe3

Browse files
authored
Merge pull request moby#24280 from miaoyq/24261-fix-make-docker-py-err
Fix 'make test-docker-py' error
2 parents 8a0acaa + c125bbd commit 13fcbe3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ DOCKER_ENVS := \
2626
-e DOCKER_USERLANDPROXY \
2727
-e TESTDIRS \
2828
-e TESTFLAGS \
29-
-e TIMEOUT
29+
-e TIMEOUT \
30+
-e HTTP_PROXY \
31+
-e HTTPS_PROXY \
32+
-e NO_PROXY \
33+
-e http_proxy \
34+
-e https_proxy \
35+
-e no_proxy
3036
# note: we _cannot_ add "-e DOCKER_BUILDTAGS" here because even if it's unset in the shell, that would shadow the "ENV DOCKER_BUILDTAGS" set in our Dockerfile, which is very important for our official builds
3137

3238
# to allow `make BIND_DIR=. shell` or `make BIND_DIR= test`

0 commit comments

Comments
 (0)