add pandoc to python package
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli"
|
||||||
|
|
||||||
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
|
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
|
||||||
RUN apk add --update graphviz nodejs git-lfs
|
RUN apk add --update graphviz nodejs git-lfs
|
||||||
|
|
||||||
@@ -6,11 +8,11 @@ RUN apk add --update texlive texlive-luatex
|
|||||||
RUN luaotfload-tool --update
|
RUN luaotfload-tool --update
|
||||||
|
|
||||||
FROM default AS python
|
FROM default AS python
|
||||||
RUN apk add --update python3 py3-pip
|
RUN apk add --update ${PYTHON_PACKAGES}
|
||||||
|
|
||||||
FROM default AS full
|
FROM default AS full
|
||||||
RUN apk add --update texlive-full
|
RUN apk add --update texlive-full
|
||||||
RUN luaotfload-tool --update
|
RUN luaotfload-tool --update
|
||||||
|
|
||||||
FROM full AS full-python
|
FROM full AS full-python
|
||||||
RUN apk add --update python3 py3-pip
|
RUN apk add --update ${PYTHON_PACKAGES}
|
||||||
Reference in New Issue
Block a user