refactor: Don't install rust and clippy twice

pull/24376/head
Carol (Nichols || Goulding) 2020-06-26 11:45:41 -04:00
parent 463297e8f1
commit 1d86876bb3
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
RUN locale-gen C.UTF-8 || true
ENV LANG=C.UTF-8
RUN rustup toolchain install nightly-2020-04-22
RUN rustup component add rustfmt clippy --toolchain nightly-2020-04-22
RUN rustup toolchain install nightly-2020-04-22
RUN rustup component add rustfmt clippy --toolchain nightly-2020-04-22