From 933ef10c598c82f5a08d6283540d17f8b14c7663 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 29 Jan 2018 18:19:03 -0200 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20adiciona=20fontes=20ao=20Alpine=20ne?= =?UTF-8?q?cess=C3=A1rias=20ao=20Weasyprint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fbbd8575d..c192ccab4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev nodejs py3-lxml \ py3-magic postgresql-client poppler-utils vim +RUN apk --update add fontconfig ttf-dejavu && fc-cache -fv + RUN apk add --no-cache python3 nginx tzdata && \ python3 -m ensurepip && \ rm -r /usr/lib/python*/ensurepip && \