optimize size and time using "--no-cache-dir"
[clamp.git] / src / test / resources / http-cache / start_http_cache.sh
index 178ac80..1f84b56 100755 (executable)
@@ -47,6 +47,6 @@ esac
 done
 
 echo 'Installing requests packages for Python'
-pip install requests
+pip install --no-cache-dir requests
 echo 'Executing the Http proxy in Cache mode only'
 python -u third_party_proxy.py --port 8080 --root /usr/src/http-cache-app/data-cache $python_proxyaddress