mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-01-30 13:32:56 +08:00
Update Dockerfile
This commit is contained in:
parent
719c2bb6a9
commit
acbd5cdb86
@ -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
|
||||
|
||||
# ============================
|
||||
|
Loading…
x
Reference in New Issue
Block a user