mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
cleanup dockerfile
This commit is contained in:
parent
a32aa7f66e
commit
a23dcef4a4
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user