need ssh for the key stuff

This commit is contained in:
Chris Ainsworth-Patrick
2023-08-18 17:24:16 +01:00
parent 1595c5de2c
commit c6d52b5a12

View File

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