Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linting image build failure due to PEP 668
Pip had a check enabled that fails the install due to packages being managed by the OS. The added flag ignores this check. Otherwise, the build fails with: ``` 11.85 × This environment is externally managed 11.85 ╰─> 11.85 The system-wide python installation should be maintained using the 11.85 system package manager (apk) only. ... 11.85 note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. 11.85 hint: See PEP 668 for the detailed specification. ``` Signed-off-by: Mike Kolesnik <[email protected]>
- Loading branch information