From 08bd00a49700542dcccc51f83a34010bc7de0480 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Fri, 21 Nov 2025 19:14:39 -0800 Subject: [PATCH] Fix rocky linux builds by including deps I thought these were only needed for an example, turns out they are needed during bindgen regardless. --- container/rockylinux9-cuda12/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/container/rockylinux9-cuda12/Dockerfile b/container/rockylinux9-cuda12/Dockerfile index 8f802704..a9e0b9a1 100644 --- a/container/rockylinux9-cuda12/Dockerfile +++ b/container/rockylinux9-cuda12/Dockerfile @@ -59,6 +59,13 @@ RUN dnf -y install \ --setopt=install_weak_deps=False \ clang \ openssl-devel \ + fontconfig-devel \ + libX11-devel \ + libXcursor-devel \ + libXi-devel \ + libXrandr-devel \ + libxml2-devel \ + ncurses-devel \ pkgconfig \ which \ xz \