Debian 13 removed the `cross-gcc-dev` package as it was unmaintained
(Debian bug #1107126). This broke the existing cross build setup.
Instead, switch to using binary cross-gcc packages, which work the same
without having to manually generate the libraries. This is still fully
symmetrical.
Fixes a build failure on Noble due to duplications in here, but should
still work on older version as well since we write new versions and
those just used sources.list (not the .d directory)
- Fix typo in the README
- Added -f to rm from fix https://github.com/jellyfin/jellyfin/pull/11008
- Apply fix from https://github.com/jellyfin/jellyfin/pull/10763
- Refactor Docker for better syntax and readability
- Update Intel runtime drivers to 24.05.28454.6
- Added possible miss line 159 docker/Dockerfile : "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"
- Removed wget in cleanup