update clippy install instructions, from here:

https://github.com/rust-lang-nursery/rust-clippy

fixes #947 ?
This commit is contained in:
Rob Walker 2018-08-16 12:40:51 -07:00
parent 73797c789b
commit f697632edb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM rustlang/rust:nightly
RUN cargo install --force clippy cargo-cov && \
RUN rustup component add clippy-preview --toolchain=nightly && \
echo deb http://ftp.debian.org/debian stretch-backports main >> /etc/apt/sources.list && \
apt update && \
apt install -y \