调整测试镜像

This commit is contained in:
2025-09-01 14:59:50 +08:00
parent 99d555aba9
commit a5d7da6536
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ ENV PYTHONUNBUFFERED=1 \
# 安装language-pack-en和openssh-server
RUN apt update && \
# apt install -y language-pack-en && \
apt install -y language-pack-en && \
apt install -y openssh-server
# 配置SSH服务