From 8f1ae9e286b37b01b1a0b9dafe6bb2c03e478e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 7 May 2019 12:58:58 +0200 Subject: [PATCH] Add jq as a dependency --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a264278..f9ccf5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - supervisor \ libzmq5 \ nginx \ + jq \ gettext-base &&\ rm -rf /var/lib/apt/lists/* &&\ ln -sf /bin/bash /bin/sh