Revert "使用更小的基础镜像"

This reverts commit a9f172fdb0.
This commit is contained in:
2024-10-12 13:52:38 +08:00
parent a9f172fdb0
commit 304f6897f0

View File

@@ -1,5 +1,5 @@
# 使用官方的python镜像作为基础
FROM python:3.10.15-slim-bookworm
FROM python:3.10.15-bookworm
# 设置工作目录
WORKDIR /app