Improve cleanup.

This commit is contained in:
Alexis Lahouze 2018-11-25 20:03:18 +01:00
parent b211163049
commit 0add268e22
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ RUN apk add --no-cache --virtual .build-deps \
&& python -m setup install \
# Cleanup
&& cd .. \
&& rm -Rf catalyst \
&& apk del .build-deps
# Override Stage3 preclean to add perl-cleaner invocation