diff --git a/Dockerfile b/Dockerfile index 9d71cc7..f07ea8b 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 \ diff --git a/entrypoint.sh b/entrypoint.sh index e79cacd..f0549a8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash cd /home/container - +sleep 1 # Make internal Docker IP address available to processes. export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'`