From 2603f3d71d46c58e77f2ac507f2932a6d52fe80c Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Wed, 7 Feb 2018 22:40:58 -0300 Subject: [PATCH] Adding openssl Fixes #95 --- dockerfiles/dind/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/dind/Dockerfile b/dockerfiles/dind/Dockerfile index 5dcb3ae..80651cf 100644 --- a/dockerfiles/dind/Dockerfile +++ b/dockerfiles/dind/Dockerfile @@ -1,7 +1,7 @@ ARG VERSION=docker:stable-dind FROM ${VERSION} -RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh tree +RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh openssl tree ENV GOPATH /root/go ENV PATH $PATH:$GOPATH