From 749c4c1039459355147bb9de05aa0e376c758724 Mon Sep 17 00:00:00 2001 From: Gauthier Monserand Date: Mon, 13 Jul 2020 11:19:03 +0200 Subject: [PATCH] Add jq to process json --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3b67593..6e1c550 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ VOLUME /app WORKDIR /app RUN apt-get update && apt-get install -y \ python \ + jq \ && rm -rf /var/lib/apt/lists/* # sfdx environment