From c47cdf2ee86a5e4a0888b82daee537ede4c7b393 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:34:25 -0500 Subject: [PATCH] linux-fresh: Add package nasm Adds nasm to linux-fresh so that FFmpeg can be compiled. --- linux-fresh/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \