updating image

This commit is contained in:
Michael (Parker) Parker 2018-02-26 23:42:59 -05:00
parent cbf7fd9cad
commit f3b57d87b3

View File

@ -7,9 +7,7 @@ FROM frolvlad/alpine-glibc
MAINTAINER Pterodactyl Software, <support@pterodactyl.io> MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk update \ RUN apk add --no-cache curl ca-certificates openssl libstdc++ \
&& apk upgrade \
&& apk add --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