We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b53068 commit 2a9da1eCopy full SHA for 2a9da1e
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /build
6
RUN true \
7
&& apk add --no-cache --virtual .build-deps alpine-sdk libffi-dev openssl-dev cargo \
8
&& apk add --no-cache libffi \
9
- && pip3 install --no-cache-dir . \
+ && CARGO_NET_GIT_FETCH_WITH_CLI=true pip3 install --no-cache-dir . \
10
&& apk del .build-deps \
11
&& true
12
0 commit comments