File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ RUN ./Configure -Dusethreads -Duse64bitall -des \
14
14
&& make install \
15
15
&& make veryclean
16
16
17
+ WORKDIR /usr/src
18
+ RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
19
+ && chmod +x cpanm \
20
+ && ./cpanm App::cpanminus \
21
+ && rm ./cpanm
22
+
17
23
WORKDIR /root
18
24
19
25
CMD ["perl5.18.2" ,"-de0" ]
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ RUN ./Configure -Duse64bitall -des \
14
14
&& make install \
15
15
&& make veryclean
16
16
17
+ WORKDIR /usr/src
18
+ RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
19
+ && chmod +x cpanm \
20
+ && ./cpanm App::cpanminus \
21
+ && rm ./cpanm
22
+
17
23
WORKDIR /root
18
24
19
25
CMD ["perl5.18.2" ,"-de0" ]
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ RUN ./Configure -Dusethreads -Duse64bitall -des \
14
14
&& make install \
15
15
&& make veryclean
16
16
17
+ WORKDIR /usr/src
18
+ RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
19
+ && chmod +x cpanm \
20
+ && ./cpanm App::cpanminus \
21
+ && rm ./cpanm
22
+
17
23
WORKDIR /root
18
24
19
25
CMD ["perl5.20.0" ,"-de0" ]
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ RUN ./Configure -Duse64bitall -des \
14
14
&& make install \
15
15
&& make veryclean
16
16
17
+ WORKDIR /usr/src
18
+ RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
19
+ && chmod +x cpanm \
20
+ && ./cpanm App::cpanminus \
21
+ && rm ./cpanm
22
+
17
23
WORKDIR /root
18
24
19
25
CMD ["perl5.20.0" ,"-de0" ]
You can’t perform that action at this time.
0 commit comments