You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... these packages are typically only on systems where you have compiled some code.
I wanted to let you know that if this is the case then you may need to recompile your code to include the security updates above.
If I’m not mistaken, ocp27 uses a PostgreSQL backup script that installs the awscli pip package, which requires python3-pip, which in turn has Recommends: build-essential, which then depends on gcc, etc.
Should we set install_recommends: False in salt/aws/init.sls, and also uninstall build-essential?
The text was updated successfully, but these errors were encountered:
I have just tested this on a dev server and I can confirm we can remove build-essential without effecting the aws-cli install.
We should action as suggested: set install_recommends: False and uninstall build-essential.
@RobHooper From Dogsbody in December:
If I’m not mistaken, ocp27 uses a PostgreSQL backup script that installs the awscli pip package, which requires python3-pip, which in turn has Recommends: build-essential, which then depends on gcc, etc.
Should we set
install_recommends: False
insalt/aws/init.sls
, and also uninstall build-essential?The text was updated successfully, but these errors were encountered: