From 9f41d17f8938b7b8190b84fbe2c0a88e5be58485 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 4 Aug 2016 11:11:53 +0200 Subject: [PATCH] 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 --- alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 54b194c7b..9835cf046 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -27,6 +27,7 @@ RUN \ cifs-utils \ e2fsprogs-extra \ openssl \ + jq \ && rm -rf /var/cache/apk/* COPY etc /etc/