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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ RUN \
libxslt-dev \ libxslt-dev \
libffi-dev \ libffi-dev \
libc-dev \ libc-dev \
libmagic \
py3-pip \ py3-pip \
linux-headers && \ linux-headers && \
echo "" && \ echo "" && \