]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
add pcre2 package before building, remove unnecessary libva-intel-driver installation
authorpejobo <pejobo@users.noreply.github.com>
Thu, 29 Jan 2026 14:19:21 +0000 (15:19 +0100)
committerFlole <Flole998@users.noreply.github.com>
Fri, 6 Feb 2026 12:10:03 +0000 (13:10 +0100)
Containerfile.alpine

index 9a245169201157e81b7b99d87724f71ecb9208e6..c051e2b585604b49190d6487be4274f8560688a3 100644 (file)
@@ -28,6 +28,7 @@ RUN apk add --no-cache \
         'linux-headers' \
         'musl-dev' \
         'openssl-dev>3' \
+        'pcre2' \
         'pngquant' \
         'python3' \
         'uriparser-dev' \
@@ -49,11 +50,6 @@ RUN apk add --no-cache \
                 --disable-libvpx_static \
                 --disable-libx264_static \
                 --disable-libx265_static \
-                --disable-libvpx_static \
-                --disable-libtheora_static \
-                --disable-libvorbis_static \
-                --disable-libfdkaac_static \
-                --disable-libopus_static \
                 --enable-bundle \
                 --enable-dvbcsa \
                 --enable-hdhomerun_client \
@@ -93,12 +89,6 @@ RUN apk add --no-cache \
         'xmltv' \
         'zlib' \
     && \
-    [ "$(uname -m)" = 'x86'* ] && apk add --no-cache \
-        'libva-intel-driver' \
-        ; \
-    [ "$(uname -m)" = 'x86_64' ] && apk add --no-cache \
-        'libva-intel-driver' \
-        ; \
     addgroup -S 'tvheadend' && \
     adduser -D -G 'tvheadend' -h '/var/lib/tvheadend' -s '/bin/nologin' -S 'tvheadend' && \
     adduser 'tvheadend' 'audio' && \