@sergiotarxz@pleroma.aspie.freemyip.com lo he conseguido compilar en un Dockerfile, pero falla la batería de make test y el cpanm sin --force
FROM debian:stable COPY . /peertube-dl WORKDIR /peertube-dl RUN apt update && apt -y install perl \ build-essential \ libwww-perl \ liburi-encode-perl \ libjson-perl \ liblwp-protocol-https-perl \ libtest-mockobject-perl \ libtest-most-perl \ libmojolicious-perl \ libfile-mimeinfo-perl \ cpanminus \ duktape-dev \ && apt clean RUN perl Makefile.PL && make RUN cpanm . --installdeps && cpanm . --force RUN make install ENTRYPOINT ["peertube-dl", "$@"]
Saludos