aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/cFW/postinstall.sh
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2020-06-17 05:06:40 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-17 05:06:40 +0000
commit7b860ae60bf9686b449ab2fe3f18c33944bdd71c (patch)
treec9efb7bf377a2f33ae64299c98d3161aec5d6f4c /kud/tests/cFW/postinstall.sh
parent964db6a95cfdd82969f6af5a09822929a1862408 (diff)
parent662f53dd795fbc439b923e09cbf088f613d01003 (diff)
Merge "optimize size and time using "--no-cache-dir""
Diffstat (limited to 'kud/tests/cFW/postinstall.sh')
-rwxr-xr-xkud/tests/cFW/postinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kud/tests/cFW/postinstall.sh b/kud/tests/cFW/postinstall.sh
index 5a1d5043..ec2cba49 100755
--- a/kud/tests/cFW/postinstall.sh
+++ b/kud/tests/cFW/postinstall.sh
@@ -57,8 +57,8 @@ function install_docker_compose {
if ! which pip; then
curl -sL https://bootstrap.pypa.io/get-pip.py | python
fi
- pip install --upgrade pip
- pip install docker-compose
+ pip install --no-cache-dir --upgrade pip
+ pip install --no-cache-dir docker-compose
}
echo 'vm.nr_hugepages = 1024' >> /etc/sysctl.conf