diff --git a/Dockerfile b/Dockerfile index 34575b9..9b757f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ # ---------------------------------- FROM ubuntu:18.04 -MAINTAINER Pterodactyl Software, +LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" + ENV DEBIAN_FRONTEND noninteractive # Install Dependencies RUN dpkg --add-architecture i386 \