diff --git a/1.14/alpine3.11/Dockerfile b/1.14/alpine3.11/Dockerfile index f528dc46..9c8549f4 100644 --- a/1.14/alpine3.11/Dockerfile +++ b/1.14/alpine3.11/Dockerfile @@ -26,6 +26,7 @@ RUN set -eux; \ go \ musl-dev \ openssl \ + git \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go diff --git a/1.14/alpine3.12/Dockerfile b/1.14/alpine3.12/Dockerfile index b8366f0f..33888ac0 100644 --- a/1.14/alpine3.12/Dockerfile +++ b/1.14/alpine3.12/Dockerfile @@ -26,6 +26,7 @@ RUN set -eux; \ go \ musl-dev \ openssl \ + git \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go diff --git a/1.15/alpine3.12/Dockerfile b/1.15/alpine3.12/Dockerfile index 66d3d5f9..b4a38760 100644 --- a/1.15/alpine3.12/Dockerfile +++ b/1.15/alpine3.12/Dockerfile @@ -26,6 +26,7 @@ RUN set -eux; \ go \ musl-dev \ openssl \ + git \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index ef90a0b8..47e70a64 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -20,6 +20,7 @@ RUN set -eux; \ go \ musl-dev \ openssl \ + git \ ; \ export \ # set GOROOT_BOOTSTRAP such that we can actually build Go