From 262cfdb78c660f86c299b7b831396a2cc752fde0 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Tue, 13 Nov 2018 14:54:44 +0530 Subject: [PATCH] Added git and openssh to Dockerfile --- 1.10/alpine3.7/Dockerfile | 2 ++ 1.10/alpine3.8/Dockerfile | 2 ++ 1.11/alpine3.7/Dockerfile | 2 ++ 1.11/alpine3.8/Dockerfile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/1.10/alpine3.7/Dockerfile b/1.10/alpine3.7/Dockerfile index af2e2fad..76946029 100644 --- a/1.10/alpine3.7/Dockerfile +++ b/1.10/alpine3.7/Dockerfile @@ -17,6 +17,8 @@ RUN set -eux; \ musl-dev \ openssl \ go \ + git \ + openssh \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go diff --git a/1.10/alpine3.8/Dockerfile b/1.10/alpine3.8/Dockerfile index 7584bac9..1343c9c7 100644 --- a/1.10/alpine3.8/Dockerfile +++ b/1.10/alpine3.8/Dockerfile @@ -17,6 +17,8 @@ RUN set -eux; \ musl-dev \ openssl \ go \ + git \ + openssh \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go diff --git a/1.11/alpine3.7/Dockerfile b/1.11/alpine3.7/Dockerfile index 21b0244c..5de43136 100644 --- a/1.11/alpine3.7/Dockerfile +++ b/1.11/alpine3.7/Dockerfile @@ -17,6 +17,8 @@ RUN set -eux; \ musl-dev \ openssl \ go \ + git \ + openssh \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go diff --git a/1.11/alpine3.8/Dockerfile b/1.11/alpine3.8/Dockerfile index 99bf6256..8a36f61d 100644 --- a/1.11/alpine3.8/Dockerfile +++ b/1.11/alpine3.8/Dockerfile @@ -17,6 +17,8 @@ RUN set -eux; \ musl-dev \ openssl \ go \ + git \ + openssh \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go