Fix version of ImageMagickCore for Trixie.

This commit is contained in:
2025-10-04 14:02:17 +00:00
parent e178141357
commit 897493dd1f

View File

@@ -4,7 +4,7 @@
FROM nextcloud:stable FROM nextcloud:stable
# Cache System Dependencies # Cache System Dependencies
RUN apt-get update && apt-get install -y sudo libmagickcore-6.q16-6-extra htop \ RUN apt-get update && apt-get install -y sudo libmagickcore-7.q16-10-extra htop \
iputils-ping dnsutils vim bzip2 libbz2-dev iputils-ping dnsutils vim bzip2 libbz2-dev
# Configure PHP Dependency # Configure PHP Dependency