Update Dockerfile

add libpthread
This commit is contained in:
qurious-pixel 2020-07-23 10:20:37 -07:00 committed by GitHub
parent 86c698ec9f
commit 16f1daccf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
libsdl2-dev \
libssl-dev \
libopus-dev \
libpthread-stubs0-dev \
libzip-dev \
libzstd-dev \
zlib1g-dev \