linux-fresh: Add package file

Required to build yuzu as an AppImage with the Qt linuxdeploy plugin.
This commit is contained in:
lat9nq 2020-12-08 15:15:27 -05:00
parent b2661419ef
commit 1b3295ef78

View file

@ -5,6 +5,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 \
file \
gcc-10 \
g++-10 \
glslang-tools \