feat(docker): optimize multi-stage build using pre-built wheelhouse #350
+59
−25
Codacy Production / Codacy Static Code Analysis
required action
May 4, 2025 in 0s
1 new issue (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 1
See the complete overview on Codacy
Annotations
Check warning on line 8 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L8
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Loading