Add a symlink to /usr/bin/steam
This is needed by MoonDeck Buddy
This commit is contained in:
@@ -524,6 +524,7 @@ RUN \
|
|||||||
echo "**** Install Steam ****" \
|
echo "**** Install Steam ****" \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
steam \
|
steam \
|
||||||
|
&& ln -sf /usr/games/steam /usr/bin/steam \
|
||||||
&& \
|
&& \
|
||||||
echo "**** Section cleanup ****" \
|
echo "**** Section cleanup ****" \
|
||||||
&& apt-get clean autoclean -y \
|
&& apt-get clean autoclean -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user