Working 5.20.0

This commit is contained in:
Peter Martini 2014-07-05 11:57:07 -04:00
parent 4fa2d028b5
commit 3e45d62ead

View file

@ -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