I am trying to create an ebextensions file that will install wkhtmltopdf.
Currently it looks like this:
packages: yum: xorg-x11-fonts-75dpi: [] libpng: [] xz: [] urw-fonts: [] libXext: [] openssl-devel: [] libXrender: [] rpm: wkhtmltopdf: https:
In this case, wkthmltopdf cannot be installed. I get the following error:
Failed dependencies: xorg-x11-fonts-75dpi is needed by wkhtmltox-1:0.12.2.1-1.x86_64
If I use SSH to connect to my EC2 instance, I can successfully install wkhtml by manually executing "yum install xorg-x11-fonts-75dpi" and then "wget ββwkthmltopdf -..." and "rpm --install wkhtmltopdf-. . ". If I skip the yum step, rpm complains that wkhtmltopdf needs the xorg package.
It seems that xorg-x11-fonts-75dpi is not installed by ebextensions during deployment. Am I doing something wrong?
amazon-web-services amazon-ec2 elastic-beanstalk
Dkm
source share