diff --git a/Dockerfile b/Dockerfile index 1513b83..2eb2833 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,10 @@ # ---------------------------------- FROM frolvlad/alpine-mono -MAINTAINER Pterodactyl Software, +LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" -RUN apk add --update --no-cache openssl curl sqlite \ +RUN echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ + && apk add --update --no-cache openssl curl sqlite libgdiplus \ && adduser -D -h /home/container container USER container