mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
1. 更新dockerfile,减小docker镜像体积
2. 去除无用依赖,减少bug出现几率
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# myproject/Dockerfile
|
||||
|
||||
# 建立 python3.9 环境
|
||||
FROM python:3.9.13
|
||||
FROM python:3.9-slim
|
||||
|
||||
# 镜像作者大江狗
|
||||
MAINTAINER ngfchl ngfchl@126.com
|
||||
|
||||
Reference in New Issue
Block a user