修正语言包警告

This commit is contained in:
2025-08-18 15:15:29 +08:00
parent 47ac6aadbe
commit 0abf7abb5b

View File

@@ -13,7 +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 language-pack-en && \
apt install -y openssh-server apt install -y openssh-server
# 配置SSH服务 # 配置SSH服务