mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-21 21:35:58 +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 \
|
||||
libzip-dev \
|
||||
libzstd-dev \
|
||||
nasm \
|
||||
ninja-build \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue