diff --git a/Dockerfile b/Dockerfile index 98e6992..4dd3e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,6 @@ RUN \ gzip \ jq \ libgcrypt-dev \ - libhdhomerun-dev \ libressl-dev \ libtool \ libvpx-dev \ @@ -165,7 +164,6 @@ RUN \ --disable-bintray_cache \ --disable-dbus_1 \ --disable-ffmpeg_static \ - --disable-hdhomerun_static \ --disable-libfdkaac_static \ --disable-libmfx_static \ --disable-libtheora_static \ @@ -174,6 +172,7 @@ RUN \ --disable-libx264_static \ --disable-libx265_static \ --enable-hdhomerun_client \ + --enable-hdhomerun_static \ --enable-libav \ --enable-pngquant \ --infodir=/usr/share/info \ @@ -239,7 +238,6 @@ RUN \ gzip \ libcrypto1.1 \ libcurl \ - libhdhomerun-libs \ libressl \ libssl1.1 \ libvpx \ @@ -328,4 +326,4 @@ COPY root/ / # ports and volumes EXPOSE 9981 9982 -VOLUME /config /recordings +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index de991a5..8f8a100 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -33,7 +33,6 @@ RUN \ gzip \ jq \ libgcrypt-dev \ - libhdhomerun-dev \ libressl-dev \ libtool \ libvpx-dev \ @@ -165,7 +164,6 @@ RUN \ --disable-bintray_cache \ --disable-dbus_1 \ --disable-ffmpeg_static \ - --disable-hdhomerun_static \ --disable-libfdkaac_static \ --disable-libmfx_static \ --disable-libtheora_static \ @@ -174,6 +172,7 @@ RUN \ --disable-libx264_static \ --disable-libx265_static \ --enable-hdhomerun_client \ + --enable-hdhomerun_static \ --enable-libav \ --enable-pngquant \ --infodir=/usr/share/info \ @@ -239,7 +238,6 @@ RUN \ gzip \ libcrypto1.1 \ libcurl \ - libhdhomerun-libs \ libressl \ libssl1.1 \ libvpx \ @@ -328,4 +326,4 @@ COPY root/ / # ports and volumes EXPOSE 9981 9982 -VOLUME /config /recordings +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 09c928a..13d1a25 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -33,7 +33,6 @@ RUN \ gzip \ jq \ libgcrypt-dev \ - libhdhomerun-dev \ libressl-dev \ libtool \ libvpx-dev \ @@ -165,7 +164,6 @@ RUN \ --disable-bintray_cache \ --disable-dbus_1 \ --disable-ffmpeg_static \ - --disable-hdhomerun_static \ --disable-libfdkaac_static \ --disable-libmfx_static \ --disable-libtheora_static \ @@ -174,6 +172,7 @@ RUN \ --disable-libx264_static \ --disable-libx265_static \ --enable-hdhomerun_client \ + --enable-hdhomerun_static \ --enable-libav \ --enable-pngquant \ --infodir=/usr/share/info \ @@ -239,7 +238,6 @@ RUN \ gzip \ libcrypto1.1 \ libcurl \ - libhdhomerun-libs \ libressl \ libssl1.1 \ libvpx \ @@ -328,4 +326,4 @@ COPY root/ / # ports and volumes EXPOSE 9981 9982 -VOLUME /config /recordings +VOLUME /config