We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa2d02 commit 3e45d62Copy full SHA for 3e45d62
5.020.000/Dockerfile
@@ -4,8 +4,7 @@ RUN apt-get update && apt-get install -y curl procps
4
5
RUN mkdir /usr/src/perl
6
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 \
+RUN curl -SL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
9
| tar -xz --strip-components=1
10
11
RUN ./Configure -des \
@@ -15,3 +14,6 @@ RUN ./Configure -des \
15
14
&& make veryclean
16
17
CMD ["perl5.20.0 -V"]
+
18
+WORKDIR /root
19
+RUN rm -fR /usr/src/perl
0 commit comments