repoman: Don't try to delete not existing directories.

This commit is contained in:
tastytea 2020-05-07 14:02:13 +02:00
parent f4f78999a3
commit 88f06ef6bb
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ RUN emerge --root=/workdir --rage-clean --quiet \
RUN rm -r /workdir/usr/share/gtk-doc
RUN rm -r /workdir/usr/include
RUN rm -r /workdir/var/db/pkg
RUN rm -r /workdir/usr/lib64/python*/{unit,}test
# Final image.
FROM gentoo/portage:latest