Set timezone to JST

This commit is contained in:
Takumi Sueda 2021-04-05 04:47:13 +09:00
parent 0f934753d6
commit 5ff900db79
1 changed files with 3 additions and 0 deletions

View File

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