Update Dockerfile and spec files to include additional build dependencies and improve RPM handling
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user