mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-15 06:48:02 +09:00
Specify LANG env to prevent warnings
This commit is contained in:
parent
9c56c4175a
commit
04987d3792
@ -43,6 +43,8 @@ echo "$TIMEZONE" > /etc/timezone && \
|
|||||||
dpkg-reconfigure -f noninteractive locales && \
|
dpkg-reconfigure -f noninteractive locales && \
|
||||||
update-locale LANG=en_US.UTF-8
|
update-locale LANG=en_US.UTF-8
|
||||||
|
|
||||||
|
LANG=en_US.UTF-8
|
||||||
|
|
||||||
rm /etc/localtime
|
rm /etc/localtime
|
||||||
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
|
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user