1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

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

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 \