I need the --network=host settings for building the container

This commit is contained in:
David Rotermund
2025-06-19 19:03:29 +02:00
committed by yu-i-i
parent 6743a088b0
commit 5724ed7187

View File

@@ -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 = \