chore(docker): 简化基础镜像的Dockerfile
- 删除了不必要的注释和构建参数 - 保留了基础Python镜像引用 - 精简文件内容,减少维护负担
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user