mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-15 22:31:59 +01:00
coreos: add jq to base image
Needed by an OEM and it is a small/general-enough thing that it seems better to ship in the image than try to stick it into the OEM partition.
This commit is contained in:
parent
b47c1b099f
commit
5c6205cd3a
@ -104,6 +104,7 @@ RDEPEND="${RDEPEND}
|
||||
app-arch/tar
|
||||
app-arch/unzip
|
||||
app-arch/zip
|
||||
app-misc/jq
|
||||
app-shells/bash
|
||||
coreos-base/update_engine
|
||||
coreos-base/coreos-init
|
||||
|
||||
@ -116,3 +116,5 @@ dev-util/checkbashisms
|
||||
# fix for https://github.com/coreos/bugs/issues/324
|
||||
=net-misc/curl-7.41
|
||||
|
||||
# link jq binary dynamically
|
||||
=app-misc/jq-1.4-r1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user