Releases: ehough/docker-kodi
Releases · ehough/docker-kodi
v3.0.0
Changed
- Bump to Kodi 19.0 "Matrix"
- Bump to Ubuntu 20.04 LTS "Focal Fossa"
Added
- Ability to customize installation of Kodi add-on packages via new build argument:
KODI_EXTRA_PACKAGES
Deprecated
- This image will no longer bundle all known Kodi add-ons (screensavers, PVR add-ons, games, etc), and existing add-ons will be removed in version 4.0.0 of this image (with Kodi 20). Please use the
KODI_EXTRA_PACKAGES
feature instead.
Removed
- Libretro core
fbalpha
as it is not available with Kodi 19
Fixed
- Missing video acceleration libraries (#17)
Changed
- Add
ARG DEBIAN_FRONTEND=noninteractive
toDockerfile
(see #34)