Skip to content

Commit

Permalink
Add snippet to download necessary locale packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyamSanthosh committed Jul 17, 2024
1 parent f98cc31 commit 73d34c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfiles/rocky/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ FROM rockylinux:9.3
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.0.0.1"

# Install necessary locale packages
RUN yum install -y glibc-langpack-en && \
yum install -y langpacks-en glibc-locale-source && \
localedef -c -f UTF-8 -i en_US en_US.UTF-8

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

# Install JDK Dependencies
Expand Down

0 comments on commit 73d34c6

Please sign in to comment.