修正语言包警告

This commit is contained in:
2025-08-18 15:10:39 +08:00
parent 09ede1af25
commit 47ac6aadbe

View File

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