1
1
mirror of https://github.com/derogab/ITAvsCOVIDbot synced 2024-12-26 15:32:34 +01:00

Add wkhtmltopdf requirements on Alpine

- Install ttf-liberation 
- Install qt5-qtwebkit
This commit is contained in:
Gabriele De Rosa 2021-11-26 15:04:17 +01:00
parent f4caa7a924
commit 39fc0be135

View File

@ -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