jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 132 forks source link

feat(docker): also update the specified pip packages rather than just installing them #897

Closed PureTryOut closed 1 year ago

PureTryOut commented 1 year ago

Some pip packages may get updates and subsequent container runs wouldn't install them. Not so much of a problem normally but when for example yt-dlp is installed through pip to use with mopidy-youtube it's important to keep yt-dlp up-to-date to not have functionality be broken when Youtube updates their webpage again

PureTryOut commented 1 year ago

@jaedb is there any chance you could merge this and build a new Docker image with it?