diff --git a/Dockerfile b/Dockerfile index db2c489..1219d67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ FROM openjdk:8-jre-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -RUN apt-get update \ - && apt-get install curl ca-certificates openssl git tar sqlite fontconfig tzdata \ +RUN apt-get update -y \ + && apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata \ && useradd -d /home/container -m container USER container