From 01bae075f2a5381e950997b66fd5cc5de9f7cd6f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 14 Mar 2023 20:52:39 +0900 Subject: [PATCH] test --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bc8be8..99ce40f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,10 @@ ARG WORKDIR ENV PYTHONUNBUFFERED=1 # Don't create `.pyc` files: ENV PYTHONDONTWRITEBYTECODE=1 +# https://github.com/rust-lang/cargo/issues/2808 +ENV CARGO_NET_GIT_FETCH_WITH_CLI=true -# For building CFFI: +# For building CFFI / Crypgotraphy: RUN apk add gcc make musl-dev libffi-dev rust cargo RUN pip install poetry