add TZ for coscmd

This commit is contained in:
Stille
2022-02-16 12:15:09 +08:00
parent c83f711044
commit 2d3691f942

View File

@@ -2,5 +2,6 @@ FROM python:3.7-slim
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 1.8.6.24
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip install --upgrade --no-cache-dir coscmd