1. 更新dockerfile,减小docker镜像体积

2. 去除无用依赖,减少bug出现几率
This commit is contained in:
ngfchl
2022-09-08 10:30:00 +08:00
parent b00b429e8e
commit 96470d95d4
2 changed files with 6 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
# myproject/Dockerfile
# 建立 python3.9 环境
FROM python:3.9.13
FROM python:3.9-slim
# 镜像作者大江狗
MAINTAINER ngfchl ngfchl@126.com