Merge pull request #99 from iaselk/curlpipeperl

Add https for curl | perl used for cpanminus
This commit is contained in:
Homer
2018-11-19 12:51:19 +00:00
committed by GitHub

View File

@@ -117,7 +117,7 @@ RUN \
RUN \
echo "**** install perl modules for xmltv ****" && \
curl -L http://cpanmin.us | perl - App::cpanminus && \
curl -L https://cpanmin.us | perl - App::cpanminus && \
cpanm --installdeps /tmp/patches
RUN \