dnf: install numa devel and libs packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c7de2a834c
commit
b7679ef08e
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user