From 3f853a226919b4ebadafe4c15af41dc1ca31e217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Mon, 14 May 2018 14:51:43 +0000 Subject: [PATCH] Remove fmt --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85937ff..a60f154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,4 @@ RUN chmod +x install_rustup.sh RUN ./install_rustup.sh # Now act as `user` -USER user - -RUN export PATH="$HOME/.cargo/bin:$PATH" -RUN rustup component add rustfmt \ No newline at end of file +USER user \ No newline at end of file -- GitLab