diff --git a/deployment/build-base-images.sh b/deployment/build-base-images.sh index 844c199da..d7b7e7886 100755 --- a/deployment/build-base-images.sh +++ b/deployment/build-base-images.sh @@ -60,6 +60,7 @@ build_with_retry() { for i in $(seq 1 $max); do if docker build \ + --network=host \ --file "$BASE_DIR/$dockerfile" \ --tag "$tag" \ --tag "${tag%:*}:$(date +%Y%m%d)" \