admirito / gvm-containers

Greenbone Vulnerability Management Containers
87 stars 58 forks source link

Missing latex packages for PDF report generation #5

Closed abrom closed 3 years ago

abrom commented 4 years ago

I was having some issues downloading the openvas reports as PDF (downloaded PDF was 0 bytes) and found the cause was some missing latex packages in the gvmd container. I resolved it with:

sudo docker exec -it gvmd /bin/bash apt-get update apt-get install -y texlive-latex-extra --no-install-recommends apt-get install -y texlive-fonts-recommended

Not sure if that's necessarily something you'd want to include in the base install, but might be useful for others

falconws commented 4 years ago

I've confirmed this problem too. @abrom 's workaround was effective(solved this problem).

I think these missing packages should be included Docker image.

mcree commented 3 years ago

should be fixed in master