removed unloadable library from Dockerfile

This commit is contained in:
2025-09-03 16:54:40 +02:00
parent e1dfb49f04
commit 53f67e61cc
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -6,7 +6,11 @@ ARG GID=1000
#RUN adduser --system --no-create-home --home /nonexistent --gecos 'www-data user' --shell /bin/false --uid 82 www-data
RUN usermod -u $UID -o www-data
RUN apt update \
&& apt -y install libmagickcore-6.q16-6-extra ffmpeg imagemagick ghostscript \
&& apt -y install \
# libmagickcore-6.q16-6-extra \
ffmpeg \
imagemagick \
ghostscript \
&& apt clean
# Add custom cron job for previews