From e2f890bc964f4c6e84d09fe75ebc68aba6c757f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Wed, 7 Aug 2019 19:40:53 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37a6d38..4690498 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,4 +43,4 @@ RUN ./add_useful_aliases.sh RUN cargo install cargo-tarpaulin # Install http server -cargo install https +RUN cargo install https -- GitLab