Skip to content

Commit

Permalink
chore: Update Dockerfile to remove sudo from fc-cache command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Jun 3, 2024
1 parent ebefaab commit 9ca4c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ca4c5f

Please sign in to comment.