mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-22 13:56:00 +01: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…
Add table
Add a link
Reference in a new issue