From 735b88d498a84d68692521739b487bb66669da59 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 15 Mar 2021 16:18:36 +0300 Subject: [PATCH] Try to fix --- builder/image-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-software.sh b/builder/image-software.sh index 77a24218..3cab443d 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -135,7 +135,7 @@ pip --version pip3 --version echo_stamp "Install Rust" # needed for cryptography module -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +RUSTUP_USE_HYPER=1 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh echo_stamp "Install and enable Butterfly (web terminal)" echo_stamp "Workaround for tornado >= 6.0 breaking butterfly"