From 0f02e08b0c3999b1bc7037f31c079ed8548b6c3c Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Thu, 19 Jun 2025 19:03:29 +0200 Subject: [PATCH] I need the --network=host settings for building the container --- server-ce/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server-ce/Makefile b/server-ce/Makefile index eb6ea772f1..b74c1b8644 100644 --- a/server-ce/Makefile +++ b/server-ce/Makefile @@ -24,6 +24,7 @@ build-base: --cache-from $(OVERLEAF_BASE_BRANCH) \ --tag $(OVERLEAF_BASE_TAG) \ --tag $(OVERLEAF_BASE_BRANCH) \ + --network=host \ $(MONOREPO_ROOT) @@ -39,6 +40,7 @@ build-community: --file Dockerfile \ --tag $(OVERLEAF_TAG) \ --tag $(OVERLEAF_BRANCH) \ + --network=host \ $(MONOREPO_ROOT) SHELLCHECK_OPTS = \