Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PandocPlusPlus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jonas Zohren
PandocPlusPlus
Commits
9663ff61
Commit
9663ff61
authored
May 15, 2022
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
805bd6a4
No related branches found
No related tags found
No related merge requests found
Pipeline
#80206
failed
May 15, 2022
Stage: prepare
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
9663ff61
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 \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment