Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
docker_images
Commits
0f1bbfab
Verified
Commit
0f1bbfab
authored
2 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
gcompat
parent
016908a0
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26641
failed
1 year ago
Stage: build_pandoc
Stage: build
Changes
1
Pipelines
33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pandoc/Dockerfile
+2
-1
2 additions, 1 deletion
pandoc/Dockerfile
with
2 additions
and
1 deletion
pandoc/Dockerfile
+
2
−
1
View file @
0f1bbfab
...
...
@@ -18,7 +18,7 @@ RUN tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet \
ENV
CHROME_BIN="/usr/bin/chromium-browser" \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
RUN
apk add
--no-cache
--update
udev ttf-freefont chromium npm make openssh-client rsync
\
RUN
apk add
--no-cache
--update
udev ttf-freefont chromium npm make openssh-client rsync
gcompat
\
&&
npm
install
-g
mermaid-filter@1.4.6
--unsafe-perm
=
true
RUN
apk add
--no-cache
--update
python3 py3-pip py3-numpy py3-matplotlib
\
...
...
@@ -27,6 +27,7 @@ RUN apk add --no-cache --update python3 py3-pip py3-numpy py3-matplotlib \
RUN
wget https://github.com/LaurentRDC/pandoc-plot/releases/download/1.6.1/pandoc-plot-Linux-x86_64-static.zip
\
&&
unzip pandoc-plot-Linux-x86_64-static.zip
-d
/usr/local/bin
\
&&
chmod
+x /usr/local/bin/pandoc-plot
\
&&
rm
pandoc-plot-Linux-x86_64-static.zip
ENTRYPOINT
/bin/sh
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