diff --git a/Dockerfile b/Dockerfile index 7b7977d..1c08deb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN \ gcc \ gettext-dev \ git \ + libdvbcsa-dev \ libgcrypt-dev \ libhdhomerun-dev \ libtool \ @@ -63,7 +64,8 @@ RUN \ ffmpeg-libs \ gzip \ libcrypto1.0 \ - libcurl \ + libcurl \ + libdvbcsa \ libhdhomerun-libs \ libssl1.0 \ libva \ diff --git a/README.md b/README.md index 0950a41..e340632 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ You need to enable minimum advanced view level to see the picons options. ## Versions ++ **24.03.18:** Add dvbcsa package. + **04.03.18:** Use sourceforge master rather than mirror for xmltv. + **22.02.18:** Add lost libva-intel-driver. + **21.02.18:** Fix wrong version of iconv used.