From 6016b4e830cc983c9dcbd5823f94e2165c18c158 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Mon, 20 Jul 2020 08:08:51 -0600 Subject: [PATCH] Remove needless environment variable setting --- scripts/docker-install-phase5.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/docker-install-phase5.bash b/scripts/docker-install-phase5.bash index f7e6264..04f24c6 100755 --- a/scripts/docker-install-phase5.bash +++ b/scripts/docker-install-phase5.bash @@ -18,10 +18,6 @@ npm config set unsafe-perm true PERL_MM_USE_DEFAULT=1 cpan App::cpanminus rm -rf /tmp/cpan_install_*.txt -# Package manager - Rust -export CARGO_HOME=/opt/rust -export RUSTUP_HOME=/opt/rust - # Shared npm install -g prettier