diff --git a/Dockerfile b/Dockerfile index 5e671b1..ac59676 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,7 @@ FROM frolvlad/alpine-glibc MAINTAINER Pterodactyl Software, -RUN apk update \ - && apk upgrade \ - && apk add --no-cache curl ca-certificates openssl libstdc++ \ +RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ \ && apk add libc++ --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ && adduser -D -h /home/container container