mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 21:42:39 +00:00
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:
parent
17bf65f0de
commit
9f41d17f89
@ -27,6 +27,7 @@ RUN \
|
|||||||
cifs-utils \
|
cifs-utils \
|
||||||
e2fsprogs-extra \
|
e2fsprogs-extra \
|
||||||
openssl \
|
openssl \
|
||||||
|
jq \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY etc /etc/
|
COPY etc /etc/
|
||||||
|
Loading…
Reference in New Issue
Block a user