mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 21:18:28 +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 \
|
||||
e2fsprogs-extra \
|
||||
openssl \
|
||||
jq \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY etc /etc/
|
||||
|
Loading…
Reference in New Issue
Block a user