mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
scripts: unify Dockerfile for Fedora and Rocky
And fix missing libatomic on Rocky (dependency of clang package).
This commit is contained in:
parent
29445907d5
commit
8903eb3acd
2 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ RUN dnf -y upgrade
|
|||
RUN dnf -y install \
|
||||
'autoconf' \
|
||||
'automake' \
|
||||
'awk' \
|
||||
'clang' \
|
||||
'diffutils' \
|
||||
'libtool' \
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue