remove git from build-dependencies (#2741)

This commit is contained in:
Pascal Vizeli 2021-03-22 11:19:35 +01:00 committed by GitHub
parent 9c68094cf6
commit a456cd645f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@ RUN \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
build-base \ build-base \
go \ go \
git \
\ \
&& git clone -b v${VCN_VERSION} --depth 1 \ && git clone -b v${VCN_VERSION} --depth 1 \
https://github.com/codenotary/vcn \ https://github.com/codenotary/vcn \