From 8ab1339a2d11a8149abd8bbdd92fb7a2f69ef66c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= <tuxmain@zettascript.org>
Date: Tue, 10 Sep 2019 21:03:10 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 659a5cd..810161d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,11 +18,9 @@ USER builduser
 
 # install rustup
 RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
+ENV PATH /home/builduser/.cargo/bin:$PATH
 RUN rustup install stable
 RUN rustup default stable
 
-# rustup directory
-ENV PATH /home/builduser/.cargo/bin:$PATH
-
 # install cargo-arch
 RUN cargo install --git https://github.com/ZettaScript/cargo-arch
\ No newline at end of file
-- 
GitLab