1
0
mirror of git://f0xx.org/ac/ac-scripts synced 2026-08-09 20:59:09 +03:00

Builder: docker build with --network host for bridge:none daemons.

Alpine lab nodes use bridge:none; RUN steps need host networking for apt/sdk.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-08-09 13:42:38 +02:00
parent 7710c0c216
commit 242f73d37a

View File

@@ -341,6 +341,7 @@ else
docker_ctx="$(dirname "$dockerfile")"
fi
run_step docker-build docker build \
--network host \
--build-arg ANDROIDCAST_CI_VERSION="${CI_VERSION}" \
-t "$IMAGE" \
-f "${dockerfile}" \