Skip to content
Snippets Groups Projects
Commit 65bc4b8c authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix CI

parent dd122460
No related branches found
No related tags found
No related merge requests found
Pipeline #16134 passed
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
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Pandoc filter to include a raw bib citation
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment