Merge pull request #7 from Exonical/source

Fix Maintainer Deprecation
This commit is contained in:
Michael (Parker) Parker 2018-07-13 06:37:20 -04:00 committed by GitHub
commit e6055a785e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,8 @@
# ----------------------------------
FROM ubuntu:18.04
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io"
ENV DEBIAN_FRONTEND noninteractive
# Install Dependencies
RUN dpkg --add-architecture i386 \