mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: add ja_JP.UTF-8
This commit is contained in:
parent
ba6f66e73e
commit
f0deb32362
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
|||
echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
echo "uk_UA.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
echo "es_ES.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
echo "ja_JP.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
locale-gen
|
||||
|
||||
COPY . /usr/src/cloudcmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue