package update

This commit is contained in:
Michael (Parker) Parker 2018-04-28 09:22:06 -04:00
parent f3b57d87b3
commit 1853d71d10

View File

@ -7,7 +7,7 @@ FROM frolvlad/alpine-glibc
MAINTAINER Pterodactyl Software, <support@pterodactyl.io> MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN 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 \ && apk add libc++ --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
&& adduser -D -h /home/container container && adduser -D -h /home/container container