1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00

Add jq (JSON swiss-army knife) to DinD image (#110)

This commit is contained in:
Jérôme Petazzoni 2017-03-14 19:37:44 -07:00 committed by Marcos Nils
parent ec03c5ed69
commit 0c35bfab20

View File

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