We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4c061 commit 03633ecCopy full SHA for 03633ec
swift-ci/swift-docc-render/build-swift-docc-render.sh
@@ -68,6 +68,9 @@ DOCKERFILE_PATH="$DIRECTORY_ROOT"/Dockerfile
68
docker build -t swift-docc-render:latest \
69
--no-cache \
70
--build-arg SWIFT_DOCC_RENDER_BRANCH="$BRANCH" \
71
+ --build-arg http_proxy="$http_proxy" \
72
+ --build-arg https_proxy="$https_proxy" \
73
+ --build-arg no_proxy="$no_proxy \
74
-f "$DOCKERFILE_PATH" \
75
"$DIRECTORY_ROOT"
76
0 commit comments