mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-15 10:46:34 +00:00
Work on PDF generation
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -10,7 +10,10 @@ RUN pip install \
|
|||||||
mkdocs-macros-plugin \
|
mkdocs-macros-plugin \
|
||||||
mkdocs-git-committers-plugin-2 \
|
mkdocs-git-committers-plugin-2 \
|
||||||
mkdocs-meta-descriptions-plugin \
|
mkdocs-meta-descriptions-plugin \
|
||||||
mkdocs-with-pdf
|
mkdocs-with-pdf \
|
||||||
|
mkdocs-extra-sass-plugin \
|
||||||
|
qrcode \
|
||||||
|
livereload
|
||||||
|
|
||||||
# Theoretically this could add support for headless chrome
|
# Theoretically this could add support for headless chrome
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
@@ -21,4 +24,10 @@ RUN apk add --no-cache \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
ttf-freefont \
|
ttf-freefont \
|
||||||
nodejs \
|
nodejs \
|
||||||
yarn
|
yarn ttf-ubuntu-font-family
|
||||||
|
|
||||||
|
# Additional font
|
||||||
|
# COPY fonts /usr/share/fonts/Additional
|
||||||
|
RUN apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font \
|
||||||
|
&& fc-cache -f \
|
||||||
|
&& fc-list | sort
|
||||||
|
|||||||
Reference in New Issue
Block a user