fix git not found error on docker image build (#65)
This commit is contained in:
parent
5072b7d8d6
commit
55db47b0dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue