mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 23:33:49 +00:00
linux-fresh: Add package nasm
Adds nasm to linux-fresh so that FFmpeg can be compiled.
This commit is contained in:
parent
9d80622f2d
commit
c47cdf2ee8
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libzstd-dev \
|
libzstd-dev \
|
||||||
|
nasm \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
|
|
Loading…
Reference in a new issue