Update Dockerfile and spec files to include additional build dependencies and improve RPM handling

This commit is contained in:
2026-06-06 12:57:06 +02:00
parent f798ed5c99
commit 4447054c35
6 changed files with 83 additions and 14 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
FROM rockylinux/rockylinux:10.1.20251123 AS base
FROM rockylinux/rockylinux:10.1.20251123-minimal AS base
WORKDIR /root
@@ -25,6 +25,7 @@ RUN dnf update -y && dnf install -y \
RUN crb enable
RUN dnf install -y \
cfitsio-devel \
fftw-devel \
fontconfig-devel \
ImageMagick-devel \
@@ -37,7 +38,7 @@ RUN dnf install -y \
openexr-devel \
openjpeg2-devel \
openslide-devel \
poppler-devel \
poppler-glib-devel \
rpmlint \
&& dnf clean all