Do not run Composer as root/super user! See https://getcomposer.org/root for details #159
Labels
bug
Something isn't working
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
security-risk
Milestone
Describe the bug
During the image build the logs show:
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Screenshots
Steps to reproduce
Force the docker image to build, observe the logs
Expected behavior
Security risks that composer warns us about should be heeded.
Additional information
Just ensure any compser commands are not run as sudo so scripts with these commands should omit the
sudo
command during invocation.A script can mix non sudo and sudo commands by simply running any command(s) in the script that need sudo explicitly
The text was updated successfully, but these errors were encountered: