Remove git checkout and instead build latest commit

This commit is contained in:
tobbenb
2016-09-04 17:28:23 +02:00
parent 5a355515c8
commit fd0204e985

View File

@@ -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 \