diff --git a/Dockerfile b/Dockerfile index 3dafe76..676bddc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ RUN dnf install -y \ COPY ./scripts/ /scripts/ RUN chmod +x /scripts/* -# Install ImageMagick from EPEL (before PHP so php-pecl-imagick links against it) -RUN dnf install -y ImageMagick ImageMagick-libs && \ +# Install ImageMagick from EPEL with HEIC/HEIF/AVIF support +RUN dnf install -y ImageMagick ImageMagick-libs ImageMagick-heic && \ dnf clean all # Generate self-signed cert, create needed dirs, install PHP, clean up diff --git a/Dockerfile.fpm b/Dockerfile.fpm index 2bef44b..6685497 100644 --- a/Dockerfile.fpm +++ b/Dockerfile.fpm @@ -15,8 +15,8 @@ RUN dnf install -y \ COPY ./scripts/ /scripts/ RUN chmod +x /scripts/* -# Install ImageMagick from EPEL (before PHP so php-pecl-imagick links against it) -RUN dnf install -y ImageMagick ImageMagick-libs && \ +# Install ImageMagick from EPEL with HEIC/HEIF/AVIF support +RUN dnf install -y ImageMagick ImageMagick-libs ImageMagick-heic && \ dnf clean all # Create needed dirs, install PHP, clean up (no SSL cert, no httpd) diff --git a/configs/mariadb.repo b/configs/mariadb.repo index 25bea9c..7eafb31 100644 --- a/configs/mariadb.repo +++ b/configs/mariadb.repo @@ -4,7 +4,7 @@ name = MariaDB # rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details. # baseurl = https://rpm.mariadb.org/10.11/centos/$releasever/$basearch -baseurl = https://mirror.mariadb.org/yum/11.4/almalinux$releasever-amd64 +baseurl = https://mirror.mariadb.org/yum/11.4/rhel$releasever-amd64 module_hotfixes = 1 # gpgkey = https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB gpgkey = https://mirrors.xtom.com/mariadb/yum/RPM-GPG-KEY-MariaDB