Include gamescope with steam installation

This commit is contained in:
Josh.5
2024-08-01 11:11:16 +12:00
parent 77967f2845
commit b0ba3cfc8a

View File

@@ -485,6 +485,7 @@ RUN \
echo "**** Install Steam ****" \ echo "**** Install Steam ****" \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
steam-installer \ steam-installer \
gamescope \
&& ln -sf /usr/games/steam /usr/bin/steam \ && ln -sf /usr/games/steam /usr/bin/steam \
&& \ && \
echo "**** Section cleanup ****" \ echo "**** Section cleanup ****" \