Update Dockerfile

add libs
This commit is contained in:
qurious-pixel 2020-07-23 18:44:08 -07:00 committed by GitHub
parent 16f1daccf3
commit 46e0d436d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \