From acbd5cdb86916473e3dad9553928475c7d50a0aa Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Mon, 22 Jul 2024 06:03:29 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 284847f6..cb8a0d84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,12 +14,6 @@ WORKDIR /app COPY --from=lint-env /app . RUN apt-get update && apt-get install -y weasyprint fonts-noto-cjk wget unzip RUN rm node_modules -rf && pip install -r requirements.txt -RUN wget https://gitlab.aiursoft.cn/anduin/anduinos/-/raw/master/Config/fonts.conf -O /etc/fonts/local.conf -RUN wget -P /tmp https://gitlab.aiursoft.cn/anduin/anduinos/-/raw/master/Assets/fonts.zip -RUN unzip -o /tmp/fonts.zip -d /usr/share/fonts/ -RUN rm -f /tmp/fonts.zip -RUN fc-cache -fv - RUN mkdocs build # ============================