summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fedf44c..340ac19 100644
--- a/Makefile
+++ b/Makefile
@@ -89,9 +89,9 @@ appimage:
@echo "$(BLUE)╚════════════════════════════════════════╝$(NC)"
@echo ""
@echo "$(BLUE)[AppImage]$(NC) Building Docker image..."
- docker build -t khimera-builder -f docker/Dockerfile.appimage .
+ docker build --network=host -t khimera-builder -f docker/Dockerfile.appimage .
@echo "$(BLUE)[AppImage]$(NC) Compiling and packaging..."
- docker run --rm --privileged \
+ docker run --rm --privileged --network=host \
-v $(shell pwd):/build \
-w /build \
khimera-builder \