]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix Docker containers missing bzip2 for backup functionality
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Mon, 22 Sep 2025 00:17:03 +0000 (00:17 +0000)
committerFlole <Flole998@users.noreply.github.com>
Mon, 22 Sep 2025 17:38:54 +0000 (19:38 +0200)
Co-authored-by: Flole998 <9951871+Flole998@users.noreply.github.com>
Containerfile.alpine
Containerfile.debian

index a49177edc38dc95692654b3ea91124bf759fa412..4dbae86835d026d43c0dada28a9fb9cc259e6e0e 100644 (file)
@@ -77,6 +77,7 @@ EXPOSE 9981 \
 
 RUN apk add --no-cache \
         'avahi' \
+        'bzip2' \
         'dbus-libs' \
         'ffmpeg4' \
         'ffmpeg4-libavcodec' \
index 90c204e963c83ad29817aa15f8dbd7784ddcb4f3..8b226a16970c0b497583119840f175dff5a393b1 100644 (file)
@@ -80,6 +80,7 @@ EXPOSE 9981 \
        9983
 
 RUN apt-get update --yes && apt-get install --yes \
+        'bzip2' \
         'libavahi-client3' \
         'libavcodec61' \
         'libavdevice61' \