Adding openssl

Fixes #95
This commit is contained in:
Marcos Lilljedahl
2018-02-07 22:40:58 -03:00
parent 6bfa8b0d21
commit 2603f3d71d

View File

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