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

Update Dockerfile

parent 805bd6a4
No related branches found
No related tags found
No related merge requests found
Pipeline #80206 failed
FROM registry.gitlab.fachschaften.org/nicolas.lenz/pandoc-plus:latest
LABEL maintainer="Jonas Zohren"
RUN pacman -Syu && pacman -S --noconfirm community/nodejs community/npm chromium \
RUN pacman -Syu --noconfirm && pacman -S --noconfirm community/nodejs community/npm chromium \
&& npm install --global mermaid-filter \
&& useradd --create-home --groups audio,video ciuser \
RUN useradd --create-home ciuser \
&& echo "{\"args\": [\"--no-sandbox\", \"--disable-setuid-sandbox\"]}" > /home/ciuser/.puppeteer.json
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment