From c6d52b5a1258a89444229971fa640e470c3efd8b Mon Sep 17 00:00:00 2001 From: Chris Ainsworth-Patrick Date: Fri, 18 Aug 2023 17:24:16 +0100 Subject: [PATCH] need ssh for the key stuff --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57a5e20..96e0423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.19-alpine AS build -RUN apk --no-cache add git +RUN apk --no-cache add git openssh-client ENV GOPRIVATE=github.com/docker RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts