pandoc/dockerfiles

pandoc/latex: libpng error: Not a PNG file

Opened this issue · 1 comments

I have started receiving the following error on 07/12 when trying to convert a markdown file into a PDF. Our docker command has not changed and I tried utilizing older versions of pandoc/latex to fix but they all receive the same error.

Example of my docker run:

docker run -v $(pwd)/docs:/data pandoc/latex:latest -s /data/file.md -o /data/file.pdf

Let me know if you need more information.

That's weird, the latest image hasn't been updated for 3 weeks (see here.

Please do provide a reproducible example if the problem persists.