Skip to content

Commit 0af4d2f

Browse files
authored
Merge pull request #87 from danielparks/dockerfile-fix
Dockerfile: Remove CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse and fix ENV line.
2 parents a232d31 + 9b38809 commit 0af4d2f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ RUN apt-get update \
77
&& apt-get install -y locales curl valgrind build-essential \
88
&& rm -rf /var/lib/apt/lists/* \
99
&& 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
10+
ENV LANG=en_US.utf8
1411

1512
# Install rustup, rust, and cargo-binstall
1613
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \

0 commit comments

Comments
 (0)