dockerfiles
dockerfiles copied to clipboard
Dockerfiles for various pandoc images
Hi there! It seems that this error popped up for me after a recent build: ```sh Fontconfig error: No writable cache directories ``` Any idea what might be causing it?...
Many users want to use pandoc in their ARM based machines. The most popular is Raspberry Pi, but there are many others. It would be very useful for us to...
There's a couple of docs cleanups that I would like to achieve over at https://hub.docker.com/r/pandoc/latex - [X] `Supported stacks ` I think this should be an `id`. - It's working...
CVE-2022-28391 is fixed in busybox 1.33.1-r7 and included into alpine:3.14.6. Currently: docker run -it --entrypoint /bin/sh pandoc/latex:latest /data # cat /etc/alpine-release 3.14.3 /data # ls --help BusyBox v1.33.1 () multi-call...
Inside `pandoc/latex:2.17-alpine` I use https://github.com/pandoc/lua-filters/blob/master/include-files/include-files.lua this gives the following error: ```shell [INFO] Running filter /home/techmd/technical-markdown/tools/convert/filters/pandoc-include-files.lua Error running filter /home/techmd/technical-markdown/tools/convert/filters/pandoc-include-files.lua: module 're' not found: re is not one of pandoc's default...
Tectonic
Ever since it has been included as [pandoc tex rendering engine](https://github.com/jgm/pandoc/pull/5346), it might be desirable to implement a [tectonic](https://tectonic-typesetting.github.io/en-US/) pandoc dockerfile variant. Lukily enough, there is a quite recent [alpine...
I am trying to use [this workaround](https://github.com/jgm/pandoc/issues/2922#issuecomment-360201454) for being able to convert a markdown file to pdf with more than 6 levels of nesting. But I get: ``` ! LaTeX...
Following [this discussion](https://github.com/pandoc/pandoc-action-example/issues/9), it would be a great feature, especially for Github Actions, to add lua-filters to the Docker images, because filters like include-files are really useful. Thanks!
SVG images in latex based output (e.g. beamer) do not show proper text. The culprit is `rsvg-convert` which generates bad png/pdf output. To reproduce the bug: ``` $ docker run...