Skip to content
Snippets Groups Projects
Verified Commit 29427119 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add BA-fonts

parent fa638701
Branches
No related tags found
No related merge requests found
Pipeline #81688 passed
FROM registry.gitlab.fachschaften.org/nicolas.lenz/pandoc-plus:latest FROM registry.gitlab.fachschaften.org/nicolas.lenz/pandoc-plus:latest
LABEL maintainer="Jonas Zohren" LABEL maintainer="Jonas Zohren"
RUN pacman -Syu --noconfirm && pacman -S --noconfirm community/nodejs community/npm chromium \ RUN pacman -Syu --noconfirm
&& npm install --global mermaid-filter RUN pacman -S --noconfirm --needed \
RUN useradd --create-home ciuser \ extra/adobe-source-sans-fonts \
&& echo "{\"args\": [\"--no-sandbox\", \"--disable-setuid-sandbox\"]}" > /home/ciuser/.puppeteer.json extra/adobe-source-serif-fonts
\ No newline at end of file
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium \
PUPPETEER_CFG=/home/ciuser/.puppeteer.json
USER ciuser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment