Add jq as a dependency

This commit is contained in:
Kristóf Tóth 2019-05-07 12:58:58 +02:00
parent 9ad77eaed8
commit 8f1ae9e286
1 changed files with 1 additions and 0 deletions

View File

@ -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