mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 18:47:16 +00:00
linux-fresh: Add package file
Required to build yuzu as an AppImage with the Qt linuxdeploy plugin.
This commit is contained in:
parent
b2661419ef
commit
1b3295ef78
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue