Add a symlink to /usr/bin/steam

This is needed by MoonDeck Buddy
This commit is contained in:
Josh.5
2023-09-11 17:58:18 +12:00
parent cb751f5a80
commit cc8bc1b02d

View File

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