Update Dockerfile and spec file to refine build dependencies and add RPM linting

This commit is contained in:
2026-06-06 13:10:54 +02:00
parent 754715b526
commit 7173cf999f
4 changed files with 9 additions and 10 deletions
+2 -1
View File
@@ -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