Skip to content

Commit

Permalink
fix: install missing language pack for GraalVM (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas authored Dec 14, 2024
1 parent 0582a8a commit de19794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions build/ol/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dnf install -y \
libwebp \
findutils \
which \
glibc-langpack-en \
${EXTRA_DNF_PACKAGES}

# Install Git LFS
Expand Down

0 comments on commit de19794

Please sign in to comment.