Merge pull request #31 from parkervcp/mono

Update Mono
This commit is contained in:
Dane Everitt 2018-10-28 12:31:57 -07:00 committed by GitHub
commit 0cbd1e6fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,10 @@
# ---------------------------------- # ----------------------------------
FROM frolvlad/alpine-mono FROM frolvlad/alpine-mono
MAINTAINER Pterodactyl Software, <support@pterodactyl.io> 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 && adduser -D -h /home/container container
USER container USER container