chore(docker): 删除无用的USE_PROXY构建参数
- 移除了Dockerfile中未使用的USE_PROXY参数 - 简化了基础镜像构建配置 - 保留了Python环境变量设置部分
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
ARG USE_PROXY=1
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
PYTHONDONTWRITEBYTECODE=1 \
|
||||
|
||||
Reference in New Issue
Block a user