Working 5.20.0
This commit is contained in:
parent
4fa2d028b5
commit
3e45d62ead
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,7 @@ RUN apt-get update && apt-get install -y curl procps
|
||||||
|
|
||||||
RUN mkdir /usr/src/perl
|
RUN mkdir /usr/src/perl
|
||||||
WORKDIR /usr/src/perl
|
WORKDIR /usr/src/perl
|
||||||
# RUN curl -SL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
|
RUN curl -SL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
|
||||||
RUN curl -SL http://localhost/src/5.0/perl-5.20.0.tar.gz \
|
|
||||||
| tar -xz --strip-components=1
|
| tar -xz --strip-components=1
|
||||||
|
|
||||||
RUN ./Configure -des \
|
RUN ./Configure -des \
|
||||||
|
@ -15,3 +14,6 @@ RUN ./Configure -des \
|
||||||
&& make veryclean
|
&& make veryclean
|
||||||
|
|
||||||
CMD ["perl5.20.0 -V"]
|
CMD ["perl5.20.0 -V"]
|
||||||
|
|
||||||
|
WORKDIR /root
|
||||||
|
RUN rm -fR /usr/src/perl
|
||||||
|
|
Loading…
Add table
Reference in a new issue