mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-04 01:17:49 +08:00
Add jq (JSON swiss-army knife) to DinD image (#110)
This commit is contained in:
committed by
Marcos Nils
parent
ec03c5ed69
commit
0c35bfab20
@@ -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
|
||||
|
Reference in New Issue
Block a user