adding libc++

Many things require this and it's not in the basse image.
This commit is contained in:
Michael (Parker) Parker 2018-02-08 16:08:57 -05:00
parent f893864688
commit 54613c83fe

View File

@ -10,6 +10,7 @@ MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk update \
&& apk upgrade \
&& apk add --no-cache curl ca-certificates openssl \
&& apk add libc++ --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
&& adduser -D -h /home/container container
USER container