Skip to content

Commit b58ba2a

Browse files
committed
Merge pull request #22 from zakame/issues/remove-tmp-garbage
Remove garbage in /tmp
2 parents 952b34b + c3c77ba commit b58ba2a

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)