Merge pull request #22 from parkervcp/glibc

updating image
This commit is contained in:
Dane Everitt 2018-04-28 08:06:25 -07:00 committed by GitHub
commit cb9a5cee1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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