Add App::cpanminus
This uses the cpanm script from the github repo (avoiding the xrl.us and cpanmin.us aliases) to install the App::cpanminus dist from CPAN.
This commit is contained in:
parent
34796bd21f
commit
b1f30b97eb
4 changed files with 24 additions and 0 deletions
|
@ -14,6 +14,12 @@ RUN ./Configure -Dusethreads -Duse64bitall -des \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& make veryclean
|
&& make veryclean
|
||||||
|
|
||||||
|
WORKDIR /usr/src
|
||||||
|
RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
&& chmod +x cpanm \
|
||||||
|
&& ./cpanm App::cpanminus \
|
||||||
|
&& rm ./cpanm
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
CMD ["perl5.18.2","-de0"]
|
CMD ["perl5.18.2","-de0"]
|
||||||
|
|
|
@ -14,6 +14,12 @@ RUN ./Configure -Duse64bitall -des \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& make veryclean
|
&& make veryclean
|
||||||
|
|
||||||
|
WORKDIR /usr/src
|
||||||
|
RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
&& chmod +x cpanm \
|
||||||
|
&& ./cpanm App::cpanminus \
|
||||||
|
&& rm ./cpanm
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
CMD ["perl5.18.2","-de0"]
|
CMD ["perl5.18.2","-de0"]
|
||||||
|
|
|
@ -14,6 +14,12 @@ RUN ./Configure -Dusethreads -Duse64bitall -des \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& make veryclean
|
&& make veryclean
|
||||||
|
|
||||||
|
WORKDIR /usr/src
|
||||||
|
RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
&& chmod +x cpanm \
|
||||||
|
&& ./cpanm App::cpanminus \
|
||||||
|
&& rm ./cpanm
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
CMD ["perl5.20.0","-de0"]
|
CMD ["perl5.20.0","-de0"]
|
||||||
|
|
|
@ -14,6 +14,12 @@ RUN ./Configure -Duse64bitall -des \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& make veryclean
|
&& make veryclean
|
||||||
|
|
||||||
|
WORKDIR /usr/src
|
||||||
|
RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
&& chmod +x cpanm \
|
||||||
|
&& ./cpanm App::cpanminus \
|
||||||
|
&& rm ./cpanm
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
CMD ["perl5.20.0","-de0"]
|
CMD ["perl5.20.0","-de0"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue