diff --git a/Makefile.docker b/Makefile.docker index 3db21c0..15b8cc4 100644 --- a/Makefile.docker +++ b/Makefile.docker @@ -82,6 +82,7 @@ docker-arch-build: docker build \ $(NO_CACHE) \ $(ARGS) \ + --network host \ --platform $(ARCH) \ --label "org.opencontainers.image.created"="$$(date --rfc-3339=s)" \ --label "org.opencontainers.image.revision"="$$(git rev-parse HEAD)" \