From 5926dc33076c10b285f55dca3464aa486ee94bc5 Mon Sep 17 00:00:00 2001 From: noirscape Date: Sun, 9 Feb 2025 17:50:17 +0100 Subject: [PATCH] its a runtime package --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c6fd44a..aaec259 100644 --- a/Containerfile +++ b/Containerfile @@ -22,7 +22,6 @@ RUN \ libxslt-dev \ libffi-dev \ libc-dev \ - libmagic \ py3-pip \ linux-headers && \ echo "" && \ @@ -30,6 +29,7 @@ RUN \ apk add --no-cache \ python3 \ py3-lxml \ + libmagic \ tzdata && \ echo "" && \ echo "**** install pip dependencies ****" && \