diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 99668e8..a3ade76 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -20,6 +20,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ libssl-dev \ libzip-dev \ libzstd-dev \ + nasm \ ninja-build \ python3-pip \ python3-setuptools \