File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ WORKDIR /usr/src
2222RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
2323 && chmod +x cpanm \
2424 && ./cpanm App::cpanminus \
25+ && rm -fr /root/.cpanm \
2526 && rm ./cpanm
2627
2728WORKDIR /root
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ WORKDIR /usr/src
2222RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
2323 && chmod +x cpanm \
2424 && ./cpanm App::cpanminus \
25+ && rm -fr /root/.cpanm \
2526 && rm ./cpanm
2627
2728WORKDIR /root
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ WORKDIR /usr/src
2222RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
2323 && chmod +x cpanm \
2424 && ./cpanm App::cpanminus \
25+ && rm -fr /root/.cpanm \
2526 && rm ./cpanm
2627
2728WORKDIR /root
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ WORKDIR /usr/src
2222RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
2323 && chmod +x cpanm \
2424 && ./cpanm App::cpanminus \
25+ && rm -fr /root/.cpanm \
2526 && rm ./cpanm
2627
2728WORKDIR /root
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ =head1 DESCRIPTION
130130RUN curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
131131 && chmod +x cpanm \
132132 && ./cpanm App::cpanminus \
133+ && rm -fr /root/.cpanm \
133134 && rm ./cpanm
134135
135136WORKDIR /root
You can’t perform that action at this time.
0 commit comments