Fix the bug of time-zone.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user