add https for curl | perl used for cpanminus

This commit is contained in:
axuttaja
2018-10-18 01:56:28 +03:00
parent eb7c4bbefa
commit 417a24d0c2

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 \