Compare commits

...

2 Commits

Author SHA1 Message Date
f0679bd05f Merge branch 'dev' of ssh://git.hyperling.com:13731/me/env-docker into dev
This is to bring prod into alignment with repo while working on local changes due to Trixie upgrades.
2025-10-04 14:07:28 +00:00
897493dd1f Fix version of ImageMagickCore for Trixie. 2025-10-04 14:02:17 +00:00

View File

@@ -4,7 +4,7 @@
FROM nextcloud:stable
# 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
# Configure PHP Dependency