Update Dockerfile

This commit is contained in:
qurious-pixel 2020-07-22 19:11:45 -07:00 committed by GitHub
parent ca7aca6a09
commit 599d2b28e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 update && apt-get -y full-upgrade && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
build-essential \ build-essential \
dpkg \
$GCC_BINARY $GXX_BINARY \ $GCC_BINARY $GXX_BINARY \
libboost-all-dev \ libboost-all-dev \
liblz4-dev \ liblz4-dev \