From c495bf098fd346b25f00346638d496fa8ce28cf3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Fri, 5 Jan 2018 20:44:04 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3985358..8cd9ac8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,11 +21,11 @@ RUN chmod +x install_fmt.sh
 # Install Rust & Cargo
 RUN ./install_rustup.sh
 
-# Now act as `user`
-USER user
-
 # Install Rust nightly
 RUN ./install_rust_nightly.sh
 
 # Install rustfmt-nightly
-RUN ./install_fmt.sh
\ No newline at end of file
+RUN ./install_fmt.sh
+
+# Now act as `user`
+USER user
\ No newline at end of file
-- 
GitLab