From b284687cb10e7c73687d53adefe4ebcd7f59f745 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Sat, 26 May 2018 09:59:55 -0400 Subject: [PATCH] adding jq jq is for parsing json properly. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac59676..b148961 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM frolvlad/alpine-glibc MAINTAINER Pterodactyl Software, 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 \ + && apk add libc++ jq --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ && adduser -D -h /home/container container USER container