Skip to content

Commit

Permalink
steamcmd force platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kimzuni committed Jul 3, 2024
1 parent 6190d72 commit d8890c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apt-get update && \
install git git-lfs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN su steam -c "/home/steam/steamcmd/steamcmd.sh +login anonymous +app_update 1007 +quit"
RUN su steam -c "/home/steam/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +@sSteamCmdForcePlatformBitness 64 +login anonymous +app_update 1007 validate +quit"

# install supercronic
ARG TARGETARCH
Expand Down

0 comments on commit d8890c2

Please sign in to comment.