Add locales package in Dockerfiles

This update ensures that the locales package is installed in both the Dockerfile-gog and Dockerfile-steam.
This commit is contained in:
norimicry 2024-10-15 14:26:08 -04:00
parent 4d1f3b0cf8
commit 6d5a58a393
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ENV APP_NAME="StardewValley"
# Uses a distinct PATH from Stardew/game/ that GOG has. # Uses a distinct PATH from Stardew/game/ that GOG has.
ENV GAME_PATH="/data/Stardew" ENV GAME_PATH="/data/Stardew"
RUN apt-get update && apt-get install -y wget unzip tar strace mono-complete xterm gettext-base jq netcat procps && apt-get clean RUN apt-get update && apt-get install -y wget unzip tar strace mono-complete xterm gettext-base jq netcat procps locales && apt-get clean
RUN mkdir -p ${GAME_PATH} && \ RUN mkdir -p ${GAME_PATH} && \
mkdir -p /data/nexus mkdir -p /data/nexus

View File

@ -12,7 +12,7 @@ ENV APP_NAME="StardewValley"
ENV GAME_PATH="/data/Stardew/game" ENV GAME_PATH="/data/Stardew/game"
## lib32gcc-s1 is required for steamcmd ## lib32gcc-s1 is required for steamcmd
RUN apt-get update && apt-get install -y wget unzip tar strace mono-complete xterm gettext-base jq netcat procps lib32gcc-s1 && apt-get clean RUN apt-get update && apt-get install -y wget unzip tar strace mono-complete xterm gettext-base jq netcat procps lib32gcc-s1 locales && apt-get clean
# Game + ModLoader 1.6.2 4.0.1 # Game + ModLoader 1.6.2 4.0.1