wkhtmltopdf with php:8-fpm-alpine – Docker
I have an existing php:8-fpm-alpine Dockerfile, and i need to add WKHTMLTOPDF package. Is that even possible. I tried using following dockerfile, but i get following error log: Dockerfile... FROM php:8-fpm-alpine ... RUN apk add xvfb libfontconfig wkhtmltopdf error: ERROR…