[gnome-runtime-images] base: add jq to the image



commit eeb06727149377dc163c6cf502a6820aaf22bb42
Author: Kavan Mevada <kavanmevada gmail com>
Date:   Mon Nov 16 21:39:07 2020 +0530

    base: add jq to the image

 base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/base b/base
index 2d93d38..ff5fa8f 100644
--- a/base
+++ b/base
@@ -20,7 +20,7 @@ WORKDIR /build
 RUN dnf upgrade -y --best --allowerasing && \
     dnf install -y flatpak flatpak-builder librsvg2 ostree fuse elfutils \
     dconf dbus-daemon dbus-tools git bzr xorg-x11-server-Xvfb dbus-x11 python3-ruamel-yaml \
-    python3-gobject json-glib && \
+    python3-gobject json-glib jq && \
     dnf clean all
 
 # generate machine-id as specified in the freedesktop spec:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]