From 0c35bfab207e1aba60febeab35d1dff310b6b1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 14 Mar 2017 19:37:44 -0700 Subject: [PATCH] Add jq (JSON swiss-army knife) to DinD image (#110) --- Dockerfile.dind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index 31254cd..5cbd9c9 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -1,6 +1,6 @@ FROM docker:17.03.0-ce-dind -RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux +RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq ENV COMPOSE_VERSION=1.11.1 # Install Compose and Machine