diff --git a/Dockerfile b/Dockerfile index 3a0303d..4fe848d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ MAINTAINER Pterodactyl Software, 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