From f3174c7e3ff02be42d893770111920f572262ca6 Mon Sep 17 00:00:00 2001 From: in dow Date: Wed, 22 Nov 2017 13:53:27 +0900 Subject: [PATCH] NullPointerException in Alpine Font see https://github.com/docker-library/openjdk/issues/73 Signed-off-by: in_dow --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f32d9e8..8d08f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ MAINTAINER f99aq8ove ADD https://github.com/gitbucket/gitbucket/releases/download/4.18.0/gitbucket.war /opt/gitbucket.war +apk add --no-cache ttf-dejavu git + COPY gitbucket.sh /opt/gitbucket.sh RUN ln -s /gitbucket /root/.gitbucket