Fix Maintainer Deprecation

This commit is contained in:
Unknown 2018-07-13 16:15:45 -04:00
parent 008a9d4f90
commit bbd6cade27

View File

@ -5,7 +5,7 @@
# ---------------------------------- # ----------------------------------
FROM openjdk:8-jdk-alpine FROM openjdk:8-jdk-alpine
MAINTAINER Pterodactyl Software, <support@pterodactyl.io> LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io"
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite \ RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite \
&& adduser -D -h /home/container container && adduser -D -h /home/container container