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