From 5fc42b8f7ba492838b01ffd3233791e84d753608 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 13 Jul 2018 04:16:41 -0400 Subject: [PATCH] Fix Maintainer Deprecation --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34575b9..4c11492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ # ---------------------------------- FROM ubuntu:18.04 -MAINTAINER Pterodactyl Software, +LABEL vendor="Pterodactyl Software" maintainer="support@pterodactyl.io" + ENV DEBIAN_FRONTEND noninteractive # Install Dependencies RUN dpkg --add-architecture i386 \