mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 10:57:05 +00:00
Update Dockerfile
add libpthread
This commit is contained in:
parent
86c698ec9f
commit
16f1daccf3
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue