Don't try and build perl modules we're not going to use

This commit is contained in:
TheSpad
2023-05-18 17:29:46 +01:00
parent 58976c0865
commit befef1f62c

View File

@@ -62,11 +62,6 @@ RUN \
rm -rf /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 \
echo "**** compile tvheadend ****" && \
if [ -z ${TVHEADEND_COMMIT+x} ]; then \