From 9b21a51957a4acb846c656edd3138d5f0ffe9ef2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Fri, 20 Apr 2018 00:22:07 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 28341d6..8f41cee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,4 +23,4 @@ RUN ./install_rustup.sh
 USER user
 
 RUN export PATH="$HOME/.cargo/bin:$PATH"
-RUN cargo install rustfmt
\ No newline at end of file
+RUN rustup component add rustfmt
\ No newline at end of file
-- 
GitLab