Merge pull request #27 from tenten8401/patch-2
Add fontconfig to dockerfile dependencies
This commit is contained in:
commit
f79cc73b97
|
|
@ -7,7 +7,7 @@ FROM openjdk:8-jdk-alpine
|
|||
|
||||
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
|
||||
|
||||
RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \
|
||||
RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite fontconfig \
|
||||
&& adduser -D -h /home/container container
|
||||
|
||||
USER container
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user