From 8798b73934bbbb4aaf800de608a7438544c56644 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 25 Sep 2018 21:50:34 +0100 Subject: [PATCH] Added ttf-dejavu to Dockerfile Fixes: #4 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e3987e0..2d9c786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,7 @@ RUN apk --update --no-cache add \ tzdata \ util-linux \ whois \ + ttf-dejavu \ && pip install python-memcached \ && sed -i -e "s/;date\.timezone.*/date\.timezone = UTC/" /etc/php7/php.ini \ && rm -rf /var/cache/apk/* /var/www/* /tmp/* \