From cb66c59ee423799ca76fb3edd1c2a4ab7874d9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Thu, 19 Apr 2018 19:50:25 +0000 Subject: [PATCH] try to add stable fmt --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d868256..28341d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,7 @@ RUN chmod +x install_rustup.sh RUN ./install_rustup.sh # Now act as `user` -USER user \ No newline at end of file +USER user + +RUN export PATH="$HOME/.cargo/bin:$PATH" +RUN cargo install rustfmt \ No newline at end of file -- GitLab