mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
8 lines
98 B
Docker
8 lines
98 B
Docker
FROM python:2
|
|
MAINTAINER Stille <stille@ioiox.com>
|
|
|
|
ENV VERSION 1.8.6.24
|
|
|
|
RUN pip install coscmd
|
|
|