Skip to content

Commit

Permalink
Merge pull request #6 from Anduin2017/master
Browse files Browse the repository at this point in the history
[pull] master from Anduin2017:master
  • Loading branch information
it985 committed Jul 22, 2024
2 parents a0d5ca8 + acbd5cd commit 23b1e9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

# ============================
Expand Down

0 comments on commit 23b1e9f

Please sign in to comment.