dockerfiles/coscmd/Dockerfile

8 lines
236 B
Docker
Raw Normal View History

2022-02-08 11:51:27 +08:00
FROM python:3.7-slim
2022-02-01 22:01:09 +08:00
LABEL maintainer="Stille <stille@ioiox.com>"
2021-06-25 18:24:06 +08:00
ENV VERSION 1.8.6.24
2022-02-16 12:15:09 +08:00
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
2022-02-08 11:51:27 +08:00
RUN pip install --upgrade --no-cache-dir coscmd