[IMP] runbot: add fonts for arabic and asian languages

Reports printed with left to right languages or asian fonts are wrong.
With this commit, the necessary fonts are added to the Docker image.
This commit is contained in:
Christophe Monniez 2019-01-24 17:28:23 +01:00
parent eb7f5de218
commit ba542a204c

View File

@ -9,6 +9,8 @@ RUN set -x ; \
build-essential \
ca-certificates \
curl \
fonts-freefont-ttf \
fonts-noto-cjk \
gawk \
gnupg \
libldap2-dev \