forked from Ivasoft/docker-tvheadend
Remove git checkout and instead build latest commit
This commit is contained in:
@@ -3,7 +3,6 @@ MAINTAINER saarg
|
||||
|
||||
# package version
|
||||
ARG ARGTABLE_VER="2.13"
|
||||
ARG TVH_VER="e3e8a797"
|
||||
ARG UNICODE_VER="2.09"
|
||||
ARG XMLTV_VER="0.5.67"
|
||||
|
||||
@@ -148,7 +147,6 @@ RUN \
|
||||
# build tvheadend
|
||||
git clone https://github.com/tvheadend/tvheadend.git /tmp/tvheadend && \
|
||||
cd /tmp/tvheadend && \
|
||||
git checkout "${TVH_VER}" && \
|
||||
./configure \
|
||||
--disable-ffmpeg_static \
|
||||
--disable-hdhomerun_static \
|
||||
|
||||
Reference in New Issue
Block a user