diff --git a/Dockerfile b/Dockerfile index 9e28267..6cef411 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,7 @@ FROM openjdk:8-jdk-alpine MAINTAINER Pterodactyl Software, -RUN apk update \ - && apk upgrade \ - && apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \ +RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \ && adduser -D -h /home/container container USER container