adding fontconfig

This commit is contained in:
Michael (Parker) Parker 2018-10-05 23:15:59 -04:00
parent d436f347bd
commit 91ceefa5c3

View File

@ -7,7 +7,7 @@ FROM openjdk:8-jdk-alpine
LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" 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 && adduser -D -h /home/container container
USER container USER container