Skip to content

Commit

Permalink
fix: steamservice.so missing on linux32 and 64 folders
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Feb 7, 2024
1 parent b4c316e commit 5557ab1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ RUN set -x \
&& curl -fsSL 'https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz' | tar xvzf - -C \"${STEAMCMDDIR}\" \
&& ${STEAMCMDDIR}/steamcmd.sh +quit \
&& ln -s \"${STEAMCMDDIR}/linux32/steamclient.so\" \"${STEAMCMDDIR}/steamservice.so\" \
&& ln -s \"${STEAMCMDDIR}/linux32/steamclient.so\" \"${STEAMCMDDIR}/linux32/steamservice.so\" \
&& ln -s \"${STEAMCMDDIR}/linux64/steamclient.so\" \"${STEAMCMDDIR}/linux64/steamservice.so\" \
&& mkdir -p \"${HOMEDIR}/.steam/sdk32\" \
&& ln -s \"${STEAMCMDDIR}/linux32/steamclient.so\" \"${HOMEDIR}/.steam/sdk32/steamclient.so\" \
&& ln -s \"${STEAMCMDDIR}/linux32/steamcmd\" \"${STEAMCMDDIR}/linux32/steam\" \
Expand All @@ -84,4 +86,4 @@ WORKDIR ${STEAMCMDDIR}

FROM bullseye-root AS bullseye
# Switch to user
USER ${USER}
USER ${USER}

0 comments on commit 5557ab1

Please sign in to comment.