From 39fc0be13524d28925cd334bd1c96cb3c3085dd7 Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa <4183824+derogab@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:04:17 +0100 Subject: [PATCH] Add wkhtmltopdf requirements on Alpine - Install ttf-liberation - Install qt5-qtwebkit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f1579a..157cf51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk update --no-cache \ && apk add --no-cache \ tzdata \ python3 py3-pip py3-numpy py3-pandas py3-matplotlib \ - wkhtmltopdf \ + ttf-liberation qt5-qtwebkit wkhtmltopdf \ # Set UTC as timezone && ln -snf /usr/share/zoneinfo/Europe/Rome /etc/localtime \ # Remove tmp files