From 90ee8363a90b8334c8241052f69692a7e6cdc0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 4 Mar 2019 14:17:31 +0000 Subject: [PATCH] work around rustup bug for ubuntu --- ubuntu/Dockerfile | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index a9c3420d..1c736171 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -43,22 +43,3 @@ RUN cd /root/dev/vim && make install RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 RUN curl -sSL https://get.rvm.io | bash RUN bash -c "source /etc/profile.d/rvm.sh && rvm install ruby --disable-binary" - -RUN curl -sSf https://sh.rustup.rs > /tmp/blastoff.sh -RUN chmod a+x /tmp/blastoff.sh -RUN /tmp/blastoff.sh -y -RUN rm -f /tmp/blastoff.sh - -RUN /root/.cargo/bin/rustup update -RUN /root/.cargo/bin/rustup install stable -RUN /root/.cargo/bin/rustup install nightly -RUN /root/.cargo/bin/rustup default stable - -RUN /root/.cargo/bin/rustup component add rls --toolchain stable -RUN /root/.cargo/bin/rustup component add clippy --toolchain stable -RUN /root/.cargo/bin/rustup component add rustfmt --toolchain stable -RUN /root/.cargo/bin/rustup component add rust-analysis --toolchain stable -RUN /root/.cargo/bin/rustup component add rust-src --toolchain stable - -RUN /root/.cargo/bin/cargo install cargo-update rustsym ripgrep fd-find genpass -RUN /root/.cargo/bin/cargo install-update -a \ No newline at end of file