From 8fcd327af9114dbdf661a0a973f07f5bb4d367df Mon Sep 17 00:00:00 2001 From: xuef Date: Mon, 3 Jun 2024 07:33:03 +0000 Subject: [PATCH] chore: Update Dockerfile to remove sudo from fc-cache command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37895bc6..d9cc56fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN wget https://gitlab.aiursoft.cn/anduin/anduinos/-/raw/master/Config/fonts.co 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 sudo fc-cache -fv +RUN fc-cache -fv RUN mkdocs build