wkhtmltopdf
An open-source command-line tool to convert HTML documents or web pages into PDF files. More information: <https://wkhtmltopdf.org/>.
RUN apt-get update && \
apt-get install -y wkhtmltopdf
RUN apt-get update && \
apt-get install -y wkhtmltopdf
RUN pacman -S --noconfirm wkhtmltopdf
RUN apt-get update && \
apt-get install -y wkhtmltopdf
RUN dnf install -y wkhtmltopdf
RUN apt-get update && \
apt-get install -y wkhtmltopdf