Add jq to base

Several people have asked for this for processing JSON config
data, and about to do some myself and parsing with a regex is
not so nice.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-08-04 11:11:53 +02:00
parent 17bf65f0de
commit 9f41d17f89

View File

@ -27,6 +27,7 @@ RUN \
cifs-utils \
e2fsprogs-extra \
openssl \
jq \
&& rm -rf /var/cache/apk/*
COPY etc /etc/