Skip to content

Commit 4c19d70

Browse files
committed
Fix rocky linux builds by including deps
I thought these were only needed for an example, turns out they are needed during bindgen regardless.
1 parent 759cf43 commit 4c19d70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

container/rockylinux9-cuda12/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ RUN dnf -y install \
5959
--setopt=install_weak_deps=False \
6060
clang \
6161
openssl-devel \
62+
fontconfig-devel \
63+
libX11-devel \
64+
libXcursor-devel \
65+
libXi-devel \
66+
libXrandr-devel \
67+
libxml2-devel \
68+
ncurses-devel \
6269
pkgconfig \
6370
which \
6471
xz \

0 commit comments

Comments
 (0)