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:
parent
4d1f3b0cf8
commit
6d5a58a393
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user