Skip to content

Commit 094853e

Browse files
committed
generate.pl: clean up Net::SSLeay and IO::Socket::SSL tarballs after install
1 parent 48c93db commit 094853e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ =head1 DESCRIPTION
337337
&& echo '{{cpm_dist_sha256}} */usr/local/bin/cpm' | sha256sum --strict --check - \
338338
&& chmod +x /usr/local/bin/cpm \
339339
&& {{docker_slim_run_purge}} \
340-
&& rm -fr /root/.cpanm /usr/src/perl /usr/src/{{cpanm_dist_name}}* /tmp/* \
340+
&& rm -fr /root/.cpanm /root/{{netssleay_dist_name}}* /root/{{iosocketssl_dist_name}}* /usr/src/perl /usr/src/{{cpanm_dist_name}}* /tmp/* \
341341
&& cpanm --version && cpm --version
342342
343343
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)