Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
Articles
Commits
65bc4b8c
Commit
65bc4b8c
authored
Sep 21, 2021
by
Guilhem Saurel
Browse files
fix CI
parent
dd122460
Pipeline
#16134
passed with stage
in 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
65bc4b8c
FROM
ubuntu:20.04
FROM
pandoc/core
RUN
--mount
=
type
=
cache,sharing
=
locked,target
=
/var/cache/apt
--mount
=
type
=
cache,sharing
=
locked,target
=
/var/lib/apt
\
apt-get update
-qqy
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-qqy
\
pandoc
\
pandoc-citeproc
\
python-is-python3
\
python3-pip
\
make
\
&&
python
-m
pip
install
--user
--no-cache-dir
\
'panflute<2'
ENTRYPOINT
[]
RUN
apk
--no-cache
add make py3-pip
\
&&
pip
install
panflute
cite.py
View file @
65bc4b8c
#!/usr/bin/env python
#!/usr/bin/env python
3
"""
Pandoc filter to include a raw bib citation
"""
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment