Skip to content

Commit c3c77ba

Browse files
committed
Remove garbage in /tmp
Fixes #21
1 parent 952b34b commit c3c77ba

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
@@ -203,7 +203,7 @@ =head1 DESCRIPTION
203203
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
204204
&& chmod +x cpanm \
205205
&& ./cpanm App::cpanminus \
206-
&& rm -fr ./cpanm /root/.cpanm /usr/src/perl
206+
&& rm -fr ./cpanm /root/.cpanm /usr/src/perl /tmp/*
207207
208208
WORKDIR /root
209209

0 commit comments

Comments
 (0)