Skip to content

Commit

Permalink
add locale
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Jan 2, 2024
1 parent f8a29d6 commit 60acefc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudnativepg-configured/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN apt-get update \
&& apt-get remove -y lsb-release wget \
&& echo /tmp/* /var/lib/apt/lists/* | xargs rm -rf

# build locale
RUN localedef -i ja_JP -c -f UTF-8 -A /usr/share/locale/locale.alias ja_JP.UTF-8

# Change the uid of postgres to 26
USER 26

0 comments on commit 60acefc

Please sign in to comment.