Skip to content

Commit ee186dd

Browse files
committed
Add jq to the cluster image
Signed-off-by: Alice Frosi <afrosi@redhat.com>
1 parent b326067 commit ee186dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

node-images/fedora/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN /usr/libexec/bootc-base-imagectl build-rootfs \
2626
--install bubblewrap \
2727
--install sudo \
2828
--install vim-minimal \
29+
--install jq \
2930
/target-rootfs
3031

3132
FROM scratch AS root

0 commit comments

Comments
 (0)