mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-09 01:17:16 +00:00
Add jq as a dependency
This commit is contained in:
parent
9ad77eaed8
commit
8f1ae9e286
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user