Merge pull request #46 from norimicry/45-bug-etclocalegen-is-missing
Add locales package in Dockerfiles
This commit is contained in:
commit
e03ae258e7
@ -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