Closed dalin- closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.
Thanks for posting your fix! One could also add this to .lando.yml to automate the process:
services:
appserver:
extras:
- "apt-get update -y"
- "apt-get install python-yaml -y"
# wkhtmltopdf setup
- "wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb"
- "dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb"
- "apt -f install"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.
Tell us about your setup
What is your lando version and operating system? (note that the older your version the less likely we are to reply)
v3.0.0-rc.13
Tell us about your
.lando.yml
pantheon.yml
Tell us about the command you were running
Tell us more
Upgrading to a recent version of wkhtmltopdf fixes the problem (from https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3001#issuecomment-517894028 ):
Fixed!