pandoc / dockerfiles

Dockerfiles for various pandoc images
GNU General Public License v2.0
364 stars 98 forks source link

pandoc/latex: libpng error: Not a PNG file #242

Open gvanriper opened 1 month ago

gvanriper commented 1 month ago

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.

tarleb commented 1 month ago

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.