fix git not found error on docker image build (#65)

This commit is contained in:
Michele Palazzi 2021-05-04 14:06:34 +02:00 committed by GitHub
parent 5072b7d8d6
commit 55db47b0dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ FROM golang:1.15-alpine as builder
RUN apk update \
&& apk upgrade \
&& apk add --no-cache \
ca-certificates \
ca-certificates git \
&& update-ca-certificates 2>/dev/null
ADD . /go/src/github.com/tg123/sshpiper/