Commit 0733f2a0 by zhangxingmin

push

parent 451db939
......@@ -14,8 +14,8 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib
echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free" >> /etc/apt/sources.list && \
cat /etc/apt/sources.list
# 更新并安装字体、LibreOffice 及中文语言包
RUN apt-get update && \
# 关键:加 -o Acquire::Check-Valid-Until=false 绕过 Release 过期检查
RUN apt-get update -o Acquire::Check-Valid-Until=false && \
apt-get install -y --no-install-recommends \
fonts-liberation \
fonts-dejavu-core \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment