commit
8da8b01cd2
4 changed files with 24 additions and 0 deletions
|
@ -14,6 +14,12 @@ RUN ./Configure -Dusethreads -Duse64bitall -des \
|
|||
&& make install \
|
||||
&& 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
|
||||
|
||||
CMD ["perl5.18.2","-de0"]
|
||||
|
|
|
@ -14,6 +14,12 @@ RUN ./Configure -Duse64bitall -des \
|
|||
&& make install \
|
||||
&& 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
|
||||
|
||||
CMD ["perl5.18.2","-de0"]
|
||||
|
|
|
@ -14,6 +14,12 @@ RUN ./Configure -Dusethreads -Duse64bitall -des \
|
|||
&& make install \
|
||||
&& 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
|
||||
|
||||
CMD ["perl5.20.0","-de0"]
|
||||
|
|
|
@ -14,6 +14,12 @@ RUN ./Configure -Duse64bitall -des \
|
|||
&& make install \
|
||||
&& 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
|
||||
|
||||
CMD ["perl5.20.0","-de0"]
|
||||
|
|
Loading…
Add table
Reference in a new issue