From 9b704b436a4b60803b74f1db55748d41a10bfc90 Mon Sep 17 00:00:00 2001 From: Briar <205427297+icy-briar@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:16:19 +0200 Subject: [PATCH] Add patchelf --- latest/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 4d458c7..5cd275b 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -53,7 +53,8 @@ RUN apt-get install -y \ libva-dev \ libssl-dev \ autoconf \ - libtool + libtool \ + patchelf # Create Clang symlinks RUN ln -s /usr/bin/clang-19 /usr/bin/clang