mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Fix markdownlint, add Discourse page
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
26
Dockerfile
26
Dockerfile
@@ -16,22 +16,22 @@ RUN pip install \
|
||||
qrcode \
|
||||
livereload
|
||||
|
||||
# Theoretically this could add support for headless chrome
|
||||
RUN apk add --no-cache \
|
||||
chromium \
|
||||
nss \
|
||||
freetype \
|
||||
harfbuzz \
|
||||
ca-certificates \
|
||||
ttf-freefont \
|
||||
nodejs \
|
||||
yarn ttf-ubuntu-font-family dbus yarn
|
||||
# # Theoretically this could add support for headless chrome
|
||||
# RUN apk add --no-cache \
|
||||
# chromium \
|
||||
# nss \
|
||||
# freetype \
|
||||
# harfbuzz \
|
||||
# ca-certificates \
|
||||
# ttf-freefont \
|
||||
# nodejs \
|
||||
# yarn ttf-ubuntu-font-family dbus yarn
|
||||
|
||||
|
||||
RUN git config --global --add safe.directory /docs
|
||||
|
||||
# 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
|
||||
# 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