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

This commit is contained in:
tastytea 2020-05-07 22:02:02 +02:00
parent 88f06ef6bb
commit 68d3683eb4
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