mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-13 12:25:46 +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
fdb7ff5a4b
commit
69eed1ea40
@ -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