inav icon indicating copy to clipboard operation
inav copied to clipboard

Dockerfile "pip install pyyaml" -> "apt install python3-yaml"

Open smoe opened this issue 8 months ago • 0 comments

Pyyaml is available as a Debian package (python3-yaml), for the sake of simplicity or reproducibility it may be preferable to install that package instead of running pip when preparing the Docker image https://github.com/iNavFlight/inav/blob/1fa4ac29e6b1f2f518c61dc3053005b280579c4b/Dockerfile#L11C17-L11C23

Please ping me if there is something else you need packaged in Debian.

smoe avatar Apr 11 '25 16:04 smoe