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:
parent
ec03c5ed69
commit
0c35bfab20
@ -1,6 +1,6 @@
|
|||||||
FROM docker:17.03.0-ce-dind
|
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
|
ENV COMPOSE_VERSION=1.11.1
|
||||||
# Install Compose and Machine
|
# Install Compose and Machine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user