mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 20:37:08 +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 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 \
|
||||||
|
file \
|
||||||
gcc-10 \
|
gcc-10 \
|
||||||
g++-10 \
|
g++-10 \
|
||||||
glslang-tools \
|
glslang-tools \
|
||||||
|
|
Loading…
Reference in a new issue