From 8b8acfb24b337f48c42f221762a221f067e29d95 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Sat, 24 Sep 2022 16:16:46 -0400 Subject: [PATCH] fresh: Add patchelf Required for lat9nq/deploy linux deploy script. --- linux-fresh/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index efc05a7..0646eb6 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -33,6 +33,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ mesa-common-dev \ nasm \ ninja-build \ + patchelf \ pkg-config \ python3-pip \ python3-setuptools \