Fix the bug of time-zone.

This commit is contained in:
lishuang
2022-05-01 16:50:35 +08:00
parent 09d6db68ff
commit cffa82226d
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,10 @@ VOLUME /data/build/matter
# proxy
ENV GOPROXY=https://goproxy.cn
# Handle time-zone
ENV TZ=Asia/Shanghai
RUN apt-get install -y tzdata
# prepare the config file
RUN go build \
&& cp -r /data/tank /data/build