forked from Ivasoft/docker-tvheadend
Don't try and build perl modules we're not going to use
This commit is contained in:
@@ -62,11 +62,6 @@ RUN \
|
|||||||
rm -rf /usr/include/iconv.h && \
|
rm -rf /usr/include/iconv.h && \
|
||||||
cp /usr/include/gnu-libiconv/iconv.h /usr/include/iconv.h
|
cp /usr/include/gnu-libiconv/iconv.h /usr/include/iconv.h
|
||||||
|
|
||||||
RUN \
|
|
||||||
echo "**** install perl modules for xmltv ****" && \
|
|
||||||
curl -s -L https://cpanmin.us | perl - App::cpanminus && \
|
|
||||||
cpanm --no-interactive --installdeps /tmp/patches
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** compile tvheadend ****" && \
|
echo "**** compile tvheadend ****" && \
|
||||||
if [ -z ${TVHEADEND_COMMIT+x} ]; then \
|
if [ -z ${TVHEADEND_COMMIT+x} ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user