mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 15:37:13 +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 \
|
libzip-dev \
|
||||||
libzstd-dev \
|
libzstd-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
|
pulseaudio \
|
||||||
python \
|
python \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-setuptools \
|
python-setuptools \
|
||||||
|
@ -40,6 +41,14 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
qttools5-dev \
|
qttools5-dev \
|
||||||
qtwebengine5-dev \
|
qtwebengine5-dev \
|
||||||
libqt5opengl5-dev \
|
libqt5opengl5-dev \
|
||||||
|
libxi-dev \
|
||||||
|
libavcodec-dev \
|
||||||
|
libudev-dev \
|
||||||
|
libevdev-dev \
|
||||||
|
libc6-dev \
|
||||||
|
libavformat-dev \
|
||||||
|
libavdevice-dev \
|
||||||
|
libfmt-dev \
|
||||||
wget \
|
wget \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
|
|
Loading…
Reference in a new issue