mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
feat: add support for Chinese locale in Docker setup
This commit is contained in:
@@ -22,7 +22,12 @@ apt-get install -y \
|
||||
net-tools \
|
||||
fonts-wqy-zenhei \
|
||||
fonts-noto-cjk \
|
||||
fontconfig
|
||||
fontconfig \
|
||||
locales
|
||||
|
||||
# Generate Chinese locale
|
||||
locale-gen zh_CN.UTF-8
|
||||
update-locale
|
||||
|
||||
# Add source /etc/profile to ~/.bashrc
|
||||
echo "source /etc/profile" >> ~/.bashrc
|
||||
Reference in New Issue
Block a user