chore(docker): 简化基础镜像的Dockerfile

- 删除了不必要的注释和构建参数
- 保留了基础Python镜像引用
- 精简文件内容,减少维护负担
This commit is contained in:
danial
2025-11-09 15:17:34 +08:00
parent f1b1509089
commit dd08acf226

View File

@@ -1,9 +1,3 @@
# Combined Base Image for kami_spider applications
# Contains Python, system dependencies, UV package manager, and all Python packages with Playwright
# Build arguments
ARG USE_PROXY=0
FROM python:3.13-slim
# Set environment variables