From ada679e2db3cc3876dbffa2edb205189690f48f3 Mon Sep 17 00:00:00 2001
From: Timothee Gosselin <timothee@indie.host>
Date: Mon, 31 Jan 2022 16:54:49 +0000
Subject: [PATCH] add jq (needed for k8s install job)

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 99100a8..b3bd168 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,6 +50,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
       jhead \
       pngcrush \
       pngquant \
+      jq \
       postgresql-client-${PG_MAJOR} \
       postgresql-contrib-${PG_MAJOR} libpq-dev libreadline-dev \
  && npm install svgo uglify-js -g \
-- 
GitLab