Add 'jq' tool to docker image

This commit is contained in:
Kris De Volder
2016-12-08 17:28:32 -08:00
parent 34e0718d63
commit 38e352792e

View File

@@ -5,6 +5,7 @@ ADD npmrc /root/.npmrc
RUN apt-get update && apt-get install -y \
build-essential \
git \
jq \
openjdk-8-jdk \
maven \
curl