diff --git a/platypush/utils/manifest.py b/platypush/utils/manifest.py index bf4be609b..6e3a878d7 100644 --- a/platypush/utils/manifest.py +++ b/platypush/utils/manifest.py @@ -467,7 +467,7 @@ class Dependencies: deps = sorted(self.pip) if full_command: yield ( - 'pip install -U --no-input ' + 'pip install --no-input ' + ('--no-cache-dir ' if self._is_docker else '') + ( '--break-system-packages '