mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 12:51:11 +08:00
add TZ for coscmd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user