adding libstdc++

Required for other services.
This commit is contained in:
Michael (Parker) Parker 2018-02-08 22:08:39 -05:00
parent 54613c83fe
commit cbf7fd9cad

View File

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