mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 20:37:08 +00:00
Update Dockerfile
This commit is contained in:
parent
ca7aca6a09
commit
599d2b28e5
|
@ -20,6 +20,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y full-upgrade && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||
build-essential \
|
||||
dpkg \
|
||||
$GCC_BINARY $GXX_BINARY \
|
||||
libboost-all-dev \
|
||||
liblz4-dev \
|
||||
|
|
Loading…
Reference in a new issue