mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
7 lines
123 B
Plaintext
Executable File
7 lines
123 B
Plaintext
Executable File
FROM registry.cn-hangzhou.aliyuncs.com/kennylee/python
|
|
|
|
MAINTAINER kennylee <kennylee26@gmail.com>
|
|
|
|
RUN pip install flask
|
|
|