diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 3620bef..beebc19 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \