scripts: unify Dockerfile for Fedora and Rocky

And fix missing libatomic on Rocky (dependency of clang package).
This commit is contained in:
Daniel Salzman 2026-05-01 07:39:42 +02:00
parent 29445907d5
commit 8903eb3acd
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,6 @@ RUN dnf -y upgrade
RUN dnf -y install \
'autoconf' \
'automake' \
'awk' \
'clang' \
'diffutils' \
'libtool' \

View file

@ -6,6 +6,7 @@ RUN dnf -y install epel-release
RUN dnf -y --enablerepo crb install \
'autoconf' \
'automake' \
'clang' \
'diffutils' \
'libtool' \
'make' \
@ -24,5 +25,4 @@ RUN dnf -y --enablerepo crb install \
'pkgconfig(libsystemd)' \
'pkgconfig(liburcu)' \
'pkgconfig(libxdp)' \
'python3-sphinx' \
'systemd'
'python3-sphinx'