Skip to content

Commit f0deb32

Browse files
committed
feature: docker: io: add ja_JP.UTF-8
1 parent ba6f66e commit f0deb32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile.io

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
4242
echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen && \
4343
echo "uk_UA.UTF-8 UTF-8" >> /etc/locale.gen && \
4444
echo "es_ES.UTF-8 UTF-8" >> /etc/locale.gen && \
45+
echo "ja_JP.UTF-8 UTF-8" >> /etc/locale.gen && \
4546
locale-gen
4647

4748
COPY . /usr/src/cloudcmd

0 commit comments

Comments
 (0)