Skip to content

Commit 3e45d62

Browse files
committed
Working 5.20.0
1 parent 4fa2d02 commit 3e45d62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

5.020.000/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ RUN apt-get update && apt-get install -y curl procps
44

55
RUN mkdir /usr/src/perl
66
WORKDIR /usr/src/perl
7-
# RUN curl -SL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
8-
RUN curl -SL http://localhost/src/5.0/perl-5.20.0.tar.gz \
7+
RUN curl -SL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
98
| tar -xz --strip-components=1
109

1110
RUN ./Configure -des \
@@ -15,3 +14,6 @@ RUN ./Configure -des \
1514
&& make veryclean
1615

1716
CMD ["perl5.20.0 -V"]
17+
18+
WORKDIR /root
19+
RUN rm -fR /usr/src/perl

0 commit comments

Comments
 (0)