From 91ceefa5c317bab126ee08f3036c5d2f3f8dee94 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Fri, 5 Oct 2018 23:15:59 -0400 Subject: [PATCH] adding fontconfig --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f99aa88..4f5c199 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM openjdk:8-jdk-alpine LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" -RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite \ +RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite fontconfig \ && adduser -D -h /home/container container USER container