dnf: install numa devel and libs packages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-07-16 14:11:59 +02:00
parent c7de2a834c
commit b7679ef08e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 0 deletions

@ -43,6 +43,7 @@ RUN dnf --refresh upgrade -y \
pkgconf \
kernel-devel \
ncurses-{c++-libs,devel,libs,static} \
numactl-{devel,libs} \
&& dnf clean all -y
# see https://git.dotya.ml/wanderer/docker-fedora-cpp/issues/1

@ -46,6 +46,7 @@ development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docke
autoconf \
pkgconf \
kernel-devel \
numactl-{devel,libs} \
ncurses-{c++-libs,devel,libs,static} \
&& dnf clean all -y
```