mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-30 02:48:27 +08:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/python
|
||
|
|
||
|
MAINTAINER kennylee26 <kennylee26@gmail.com>
|
||
|
|
||
|
RUN pip install flask
|
||
|
|