Merge pull request #46 from norimicry/45-bug-etclocalegen-is-missing

Add locales package in Dockerfiles
This commit is contained in:
norimicry 2024-10-15 14:27:45 -04:00 committed by GitHub
commit e03ae258e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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