Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pandoc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
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
ai3
docker
misc
pandoc
Commits
e0710c57
Commit
e0710c57
authored
2 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parents
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#37873
passed
2 years ago
Stage: build
Stage: release
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
Dockerfile
+5
-0
5 additions, 0 deletions
Dockerfile
with
7 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
2
−
0
View file @
e0710c57
include
:
"
https://git.autistici.org/ai3/build-container/raw/master/common.yml"
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
5
−
0
View file @
e0710c57
FROM
debian:stable-slim
RUN
apt-get update
\
&&
env
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
pandoc pandoc-citeproc texlive-full librsvg2-bin make
\
&&
rm
-fr
/var/lib/apt/lists/
*
/var/cache/apt/
*
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