mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-24 17:55:05 +00:00
fix: install missing language pack for GraalVM (#3189)
This commit is contained in:
parent
0582a8ab97
commit
de19794a5f
2 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,7 @@ WORKDIR /data
|
|||
STOPSIGNAL SIGTERM
|
||||
|
||||
# End user MUST set EULA and change RCON_PASSWORD
|
||||
ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000
|
||||
ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 LC_ALL=en_US.UTF-8
|
||||
|
||||
COPY --chmod=755 scripts/start* /
|
||||
COPY --chmod=755 bin/ /usr/local/bin/
|
||||
|
|
|
@ -46,6 +46,7 @@ dnf install -y \
|
|||
libwebp \
|
||||
findutils \
|
||||
which \
|
||||
glibc-langpack-en \
|
||||
${EXTRA_DNF_PACKAGES}
|
||||
|
||||
# Install Git LFS
|
||||
|
|
Loading…
Reference in a new issue