From f98b7793da1084d025fcc5bca099082e110cbaf7 Mon Sep 17 00:00:00 2001 From: Kurt Madel Date: Mon, 3 Jun 2019 12:29:27 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77db557..d79e366 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.9 LABEL maintainer "kmadel@cloudbees.com" -RUN apk add --no-cache bash curl git openssh-client +RUN apk add --no-cache bash curl git openssh-client jq ENV VERSION "17.03.1-ce" RUN curl -L -o /tmp/docker-$VERSION.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$VERSION.tgz \