Fetch with CLI

This commit is contained in:
Franck Nijhof 2022-06-09 09:57:32 +02:00
parent ee21381cc1
commit 39fb3d3539
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -24,7 +24,7 @@ RUN \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
\
&& cd /tmp/zerotier \
&& make \
&& CARGO_NET_GIT_FETCH_WITH_CLI=true make \
&& make install \
\
&& apk del --no-cache --purge .build-dependencies \