From f84e6d459812fe78b86f3befde31a6eb839df33d Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Mon, 20 Aug 2018 23:53:18 +0300 Subject: [PATCH] image_builder: enhancement apt`s call --- image_builder/manual.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/image_builder/manual.sh b/image_builder/manual.sh index 146f4493..9200995f 100755 --- a/image_builder/manual.sh +++ b/image_builder/manual.sh @@ -24,7 +24,8 @@ SHRINK=True set -e -apt-get install unzip wget parted apt-utils git ca-certificates +apt-get update -qq > /dev/null +apt-get install -y --no-install-recommends -qq unzip wget parted apt-utils git ca-certificates > /dev/null git clone ${TARGET_REPO_URL} --single-branch --branch ${TARGET_REPO_REF} --depth 1 'repo_tmp' if [[ -d repo_tmp${TARGET_REPO_PATH} ]];