diff --git a/Dockerfile b/Dockerfile index 6cef411..57c48ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM openjdk:8-jdk-alpine MAINTAINER Pterodactyl Software, -RUN apk add --no-cache --update 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 USER container