mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2026-04-22 16:17:11 +08:00
8 lines
236 B
Docker
8 lines
236 B
Docker
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
|