diff --git a/Dockerfile b/Dockerfile index b09454a..071d71a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update -y && \ rustup target add x86_64-unknown-linux-gnu # cache dependencies +ENV CARGO_NET_GIT_FETCH_WITH_CLI=true RUN cargo build --release RUN rm src/*.rs