chore(Dockerfile): install locales and seding locales
This commit is contained in:
parent
f892711da7
commit
a2dce46a2e
@ -31,3 +31,10 @@ run apt-get -y install libpq-dev
|
||||
|
||||
# backend-dependencies
|
||||
run apt-get -y install pkg-config
|
||||
|
||||
run apt-get -y install locales
|
||||
run sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
||||
locale-gen
|
||||
env LANG en_US.UTF-8
|
||||
env LANGUAGE en_US:en
|
||||
env LC_ALL en_US.UTF-8
|
||||
|
||||
Reference in New Issue
Block a user