diff --git a/Dockerfile b/Dockerfile index 6e4e204..9840b2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM debian:12-slim -# 设置环境变量以避免交互式提示 -ENV DEBIAN_FRONTEND=noninteractive LC_ALL=C.UTF-8 - # 复制并执行安装脚本 COPY setup.sh /setup.sh RUN chmod +x /setup.sh && /setup.sh && rm /setup.sh