From 811bc16a3f7b0168305e42b2aa296dceb15bca26 Mon Sep 17 00:00:00 2001 From: noirscape Date: Sun, 9 Feb 2025 17:46:25 +0100 Subject: [PATCH] Add libmagic to containerfile --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index b46c8ae..c6fd44a 100644 --- a/Containerfile +++ b/Containerfile @@ -22,6 +22,7 @@ RUN \ libxslt-dev \ libffi-dev \ libc-dev \ + libmagic \ py3-pip \ linux-headers && \ echo "" && \