cleanup dockerfile

This commit is contained in:
Robert Kaussow 2020-04-11 13:38:20 +02:00
parent a32aa7f66e
commit a23dcef4a4
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@ RUN \
apk --update add --virtual .build-deps gcc g++ && \
pip install --upgrade --no-cache-dir pip && \
pip install --no-cache-dir docker_tidy-*.whl && \
rm -f docker_tidy-*.whl && \
apk del .build-deps && \
rm -f docker_tidy-*.whl && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache/ && \
rm -rf /tmp/*