mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-22 05:45:59 +01:00
fresh: Add missing packages
yuzu optionally needs these packages for some uses. libudev-dev was already installed but only implicitly.
This commit is contained in:
parent
438764dd2f
commit
039cb48fa0
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
|||
libfile-mimeinfo-perl \
|
||||
libssl-dev \
|
||||
libtool \
|
||||
libudev-dev \
|
||||
libva-dev \
|
||||
libwayland-dev \
|
||||
libzip-dev \
|
||||
nasm \
|
||||
ninja-build \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue