From b6f75ae074c50acbcbfa7d0ee3bdc5c02338a9e3 Mon Sep 17 00:00:00 2001 From: Denis Chernosov Date: Thu, 15 Oct 2020 16:26:00 +0400 Subject: [PATCH] add fonts to graphviz --- php/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/php/Dockerfile b/php/Dockerfile index bff94e2..e877534 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -144,6 +144,7 @@ RUN apk --update add --no-cache \ php7-pecl-ast \ php7-pecl-xhprof-assets \ php7-pdo_sqlite \ + ttf-freefont \ && sed -i 's/;zend_extension=xdebug.so/zend_extension=xdebug.so/' /etc/php7/conf.d/xdebug.ini RUN wget https://get.symfony.com/cli/installer -O - | bash \ -- GitLab