adding jq
jq is for parsing json properly.
This commit is contained in:
parent
1853d71d10
commit
b284687cb1
|
|
@ -8,7 +8,7 @@ FROM frolvlad/alpine-glibc
|
|||
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user