Merge pull request #14 from parkervcp/glibc

adding libc++
This commit is contained in:
Dane Everitt 2018-02-08 15:17:13 -06:00 committed by GitHub
commit 3cc498510c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk update \ RUN apk update \
&& apk upgrade \ && apk upgrade \
&& apk add --no-cache curl ca-certificates openssl \ && 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 && adduser -D -h /home/container container
USER container USER container