Add git to pandoc images
me-kell opened this issue · 3 comments
AFAICS the pandoc images (pandoc/latex etc.) have not git installed.
On the other side I see in the alpine/Dokerfile that git is added with apk:
Lines 7 to 21 in 61b1fbf
Do I miss some point or git is actually not installed in pandoc/latex?
We're using a multi-step process: first we create a "builder" container that contains all the tools required to build pandoc from source. After that's done we create a fresh container that has only a very minimal set of tools installed. Each FROM
line creates a new container, and for the shipped containers we just copy the artifacts created in the build containers.
@me-kell FTR the dalibo/pandocker image is based on pandoc/extra
and it contains git