Add libmagic to containerfile

This commit is contained in:
noirscape
2025-02-09 17:46:25 +01:00
committed by GitHub
parent a4ec29dd4c
commit 811bc16a3f
+1
View File
@@ -22,6 +22,7 @@ RUN \
libxslt-dev \
libffi-dev \
libc-dev \
libmagic \
py3-pip \
linux-headers && \
echo "" && \