From 54613c83fe137d818e1f83ee13c7cd8ca83060c0 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Thu, 8 Feb 2018 16:08:57 -0500 Subject: [PATCH] adding libc++ Many things require this and it's not in the basse image. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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