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

??

parent baf9ea16
Branches
No related tags found
No related merge requests found
Pipeline #80199 failed
FROM archlinux:latest FROM registry.gitlab.fachschaften.org/nicolas.lenz/pandoc-plus:latest
LABEL maintainer="Nicolas Lenz <nicolas@eisfunke.com>" LABEL maintainer="Jonas Zohren"
COPY fonts/* /usr/local/share/fonts/ RUN pacman -S --noconfirm community/nodejs community/npm chromium \
&& npm install --global mermaid-filter \
&& useradd --create-home --groups audio,video ciuser \
&& echo "{\"args\": [\"--no-sandbox\", \"--disable-setuid-sandbox\"]}" > /home/ciuser/.puppeteer.json
RUN pacman -Syu --noconfirm \ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
&& pacman -S --noconfirm \ PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium \
texlive-core texlive-bin texlive-latexextra \ PUPPETEER_CFG=/home/ciuser/.puppeteer.json
texlive-science texlive-fontsextra texlive-pictures \ USER ciuser
pandoc pandoc-crossref \
poppler librsvg libertinus-font ttf-dejavu \
make parallel \
community/nodejs community/npm \
&& npm install --global mermaid-filter
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment