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