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
29427119
Verified
Commit
29427119
authored
May 24, 2022
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Add BA-fonts
parent
fa638701
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#81688
passed
May 24, 2022
Stage: prepare
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-9
4 additions, 9 deletions
Dockerfile
with
4 additions
and
9 deletions
Dockerfile
+
4
−
9
View file @
29427119
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
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