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 48be838 commit 31ecb98Copy full SHA for 31ecb98
generate.pl
@@ -61,7 +61,7 @@ sub die_with_sample {
61
chomp $docker_slim_run_install;
62
63
my $docker_slim_run_purge = <<'EOF';
64
-savedPackages="make netbase" \
+savedPackages="ca-certificates curl make netbase" \
65
&& apt-mark auto '.*' > /dev/null \
66
&& apt-mark manual $savedPackages \
67
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
@@ -280,6 +280,8 @@ =head1 DESCRIPTION
280
COPY *.patch /usr/src/perl/
281
WORKDIR /usr/src/perl
282
283
+ENV PERL_CPANM_OPT="--from https://www.cpan.org"
284
+
285
RUN {{docker_slim_run_install}} \
286
&& curl -SL {{url}} -o perl-{{version}}.tar.{{type}} \
287
&& echo '{{sha256}} *perl-{{version}}.tar.{{type}}' | sha256sum -c - \
0 commit comments