mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Skip packages with broken dependencies when upgrading system (#1009)
Co-authored-by: Daniel Lorch <lorchda@amazon.ch>
This commit is contained in:
@@ -124,7 +124,7 @@ Resources:
|
||||
python: 3.8
|
||||
commands:
|
||||
- echo "Updating yum ..."
|
||||
- yum -y update
|
||||
- yum -y update --skip-broken
|
||||
- echo "Updating pip ..."
|
||||
- python -m pip install --upgrade pip
|
||||
- echo "Installing requirements ..."
|
||||
|
||||
Reference in New Issue
Block a user