Merge pull request #11 from Exonical/mono

Fix Maintainer Deprecation
This commit is contained in:
Michael (Parker) Parker 2018-07-13 18:50:53 -04:00 committed by GitHub
commit 57725d3f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
# ---------------------------------- # ----------------------------------
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 apk add --update --no-cache openssl curl sqlite \
&& adduser -D -h /home/container container && adduser -D -h /home/container container