Skip to content

Commit

Permalink
Merge pull request #44 from ConnorKirkpatrick/fix-locale
Browse files Browse the repository at this point in the history
Fixes to steam locale and update policy
  • Loading branch information
norimicry authored Sep 26, 2024
2 parents 025149c + 91c5fa4 commit 4d1f3b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/Dockerfile-steam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ RUN wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
tar -xzvf steamcmd.tar.gz -C /data/steamcmd && \
cd /data/steamcmd

## Generate en_US.UTF-8 locale require by steam incase missing
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales

## Update steam to prevent steamguard code timeout
RUN /data/steamcmd/steamcmd.sh +quit

## Don't set the arg earlier, if you need to rebuild the container
## it will cache up to here when you change the ENV VAR
ARG STEAM_GUARD
Expand Down

0 comments on commit 4d1f3b0

Please sign in to comment.