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 \