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.
2 parents a232d31 + 9b38809 commit 0af4d2fCopy full SHA for 0af4d2f
Dockerfile
@@ -7,10 +7,7 @@ RUN apt-get update \
7
&& apt-get install -y locales curl valgrind build-essential \
8
&& rm -rf /var/lib/apt/lists/* \
9
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
10
-ENV LANG en_US.utf8
11
-
12
-# Remove after Rust 1.70 when this becomes default
13
-ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
+ENV LANG=en_US.utf8
14
15
# Install rustup, rust, and cargo-binstall
16
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
0 commit comments