We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bbbe0 commit 53df310Copy full SHA for 53df310
Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y build-essential \
10
11
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2019-10-17
12
ENV PATH /root/.cargo/bin/:$PATH
13
-ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
+#ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
14
15
# # Create dummy project for rdkafka
16
# COPY Cargo.toml /rdkafka/
0 commit comments