forked from Ivasoft/docker-tvheadend
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec6ff1a886 | ||
|
|
87d4b9c811 | ||
|
|
0d53fe87a0 | ||
|
|
314f59a89f |
14
Dockerfile
14
Dockerfile
@@ -1,9 +1,8 @@
|
|||||||
FROM lsiobase/alpine:3.5
|
FROM lsiobase/alpine:3.6
|
||||||
MAINTAINER saarg
|
MAINTAINER saarg
|
||||||
|
|
||||||
# package version
|
# package version
|
||||||
ARG ARGTABLE_VER="2.13"
|
ARG ARGTABLE_VER="2.13"
|
||||||
ARG FFMPEG_VER="ffmpeg"
|
|
||||||
ARG TZ="Europe/Oslo"
|
ARG TZ="Europe/Oslo"
|
||||||
ARG XMLTV_VER="0.5.69"
|
ARG XMLTV_VER="0.5.69"
|
||||||
|
|
||||||
@@ -25,7 +24,7 @@ RUN \
|
|||||||
automake \
|
automake \
|
||||||
cmake \
|
cmake \
|
||||||
coreutils \
|
coreutils \
|
||||||
${FFMPEG_VER}-dev \
|
ffmpeg-dev \
|
||||||
file \
|
file \
|
||||||
findutils \
|
findutils \
|
||||||
g++ \
|
g++ \
|
||||||
@@ -41,6 +40,7 @@ RUN \
|
|||||||
mercurial \
|
mercurial \
|
||||||
libressl-dev \
|
libressl-dev \
|
||||||
patch \
|
patch \
|
||||||
|
pcre2-dev \
|
||||||
perl-dev \
|
perl-dev \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
sdl-dev \
|
sdl-dev \
|
||||||
@@ -59,9 +59,10 @@ RUN \
|
|||||||
gzip \
|
gzip \
|
||||||
libcrypto1.0 \
|
libcrypto1.0 \
|
||||||
libcurl \
|
libcurl \
|
||||||
|
libressl \
|
||||||
libssl1.0 \
|
libssl1.0 \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
libressl \
|
pcre2 \
|
||||||
perl \
|
perl \
|
||||||
perl-archive-zip \
|
perl-archive-zip \
|
||||||
perl-boolean \
|
perl-boolean \
|
||||||
@@ -76,6 +77,7 @@ RUN \
|
|||||||
perl-dbd-sqlite \
|
perl-dbd-sqlite \
|
||||||
perl-dbi \
|
perl-dbi \
|
||||||
perl-digest-sha1 \
|
perl-digest-sha1 \
|
||||||
|
perl-doc \
|
||||||
perl-file-slurp \
|
perl-file-slurp \
|
||||||
perl-file-temp \
|
perl-file-temp \
|
||||||
perl-file-which \
|
perl-file-which \
|
||||||
@@ -191,8 +193,8 @@ RUN \
|
|||||||
|
|
||||||
# install runtime packages
|
# install runtime packages
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
${FFMPEG_VER} \
|
ffmpeg \
|
||||||
${FFMPEG_VER}-libs \
|
ffmpeg-libs \
|
||||||
libhdhomerun-libs \
|
libhdhomerun-libs \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt && \
|
libxslt && \
|
||||||
|
|||||||
@@ -160,6 +160,7 @@ You need to enable minimum advanced view level to see the picons options.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **27.05.2017:** Rebase to alpine 3.6.
|
||||||
+ **01.05.2017:** Update to tvheadend 4.2.1 stable.
|
+ **01.05.2017:** Update to tvheadend 4.2.1 stable.
|
||||||
+ **18.04.2017:** Use repo version of gnu-libiconv rather than compiling.
|
+ **18.04.2017:** Use repo version of gnu-libiconv rather than compiling.
|
||||||
+ **09.04.2017:** Chain cpanm installs in one block and use --installdeps.
|
+ **09.04.2017:** Chain cpanm installs in one block and use --installdeps.
|
||||||
|
|||||||
Reference in New Issue
Block a user