From ae21600d23c92d4282679e974e757b972412b335 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Sun, 15 Dec 2019 15:16:03 +0000
Subject: [PATCH] Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index 8a10e12..582ec07 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -72,7 +72,7 @@ ENV PATH /root/.cargo/bin:$PATH
 RUN rustup target add armv7-unknown-linux-gnueabihf
 
 # install cargo deb
-RUN cargo install --git https://github.com/librelois/cargo-deb
+RUN cargo install cargo-deb --git https://github.com/librelois/cargo-deb
 
 # cleanup
 RUN apt-get autoremove -y
-- 
GitLab