RSS Bot Posted November 20, 2022 Posted November 20, 2022 When running in Docker, do not install basic utilities on the host. Do not install them in the container either, as they're already part of the image we're building for Docker runs. Description I also moved the whole if block in compile.sh down to a place where $1 is guaranteed to have attained its final value (e.g. if compile.sh dockerpurge was called). How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ran compile.sh docker and verified it installs nothing on the host Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts