diff --git a/build-artifact.sh b/build-artifact.sh index 333c7a4..e4efe5f 100755 --- a/build-artifact.sh +++ b/build-artifact.sh @@ -34,6 +34,7 @@ run_build() { docker run \ -e AURORA_VERSION=$AURORA_VERSION \ + --net=host \ -v "$(pwd)/specs:/specs:ro" \ -v "$(realpath $RELEASE_TAR):/src.tar.gz:ro" \ -t "$IMAGE_NAME" /build.sh