Specify LANG env to prevent warnings

This commit is contained in:
Takumi Sueda 2021-12-07 21:07:56 +09:00
parent 9c56c4175a
commit 04987d3792
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ echo "$TIMEZONE" > /etc/timezone && \
dpkg-reconfigure -f noninteractive locales && \
update-locale LANG=en_US.UTF-8
LANG=en_US.UTF-8
rm /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime