From fa4d04510d521112e57806f638327a153a88c270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Fri, 20 Oct 2017 15:46:17 +0100 Subject: [PATCH] Add fonts (#2) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f64eec8..62d5a0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ COPY conf/* /tmp/patches/ RUN apk add --no-cache \ gtk+ \ openssl \ + font-adobe-100dpi \ && apk add --no-cache --virtual .build-deps \ g++ \ git \