Fixed sudo env vars for apt

Change-Id: I55861b6f23927f2935a28b7bafb0080f7f063825
This commit is contained in:
Egorov, Stanislav (se6518) 2019-03-25 13:33:50 -07:00
parent 6ff3e527e1
commit 21a99b4562
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ REQUIRE_RELOG=0
log_stage_header "Installing Packages"
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update -qq
sudo apt-get install -q -y --no-install-recommends \
sudo -E apt-get update -qq
sudo -E apt-get install -q -y --no-install-recommends \
curl \
docker.io \
fio \