Run emerge --depclean
This commit is contained in:
parent
a2bac80ff5
commit
798193638d
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ RUN perl-cleaner --reallyall
|
|||
# ===========================================================================
|
||||
# Clean up the image.
|
||||
# ===========================================================================
|
||||
# Unmerge stuff that is not needed.
|
||||
RUN emerge --depclean
|
||||
RUN rm --verbose --recursive --preserve-root /var/tmp/
|
||||
|
||||
# ===========================================================================
|
||||
|
|
Reference in a new issue