mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 10:57:05 +00:00
Update Dockerfile
add libs
This commit is contained in:
parent
16f1daccf3
commit
46e0d436d4
|
@ -32,6 +32,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
|||
libzip-dev \
|
||||
libzstd-dev \
|
||||
zlib1g-dev \
|
||||
pulseaudio \
|
||||
python \
|
||||
python-pip \
|
||||
python-setuptools \
|
||||
|
@ -40,6 +41,14 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
|||
qttools5-dev \
|
||||
qtwebengine5-dev \
|
||||
libqt5opengl5-dev \
|
||||
libxi-dev \
|
||||
libavcodec-dev \
|
||||
libudev-dev \
|
||||
libevdev-dev \
|
||||
libc6-dev \
|
||||
libavformat-dev \
|
||||
libavdevice-dev \
|
||||
libfmt-dev \
|
||||
wget \
|
||||
curl \
|
||||
git \
|
||||
|
|
Loading…
Reference in a new issue