mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-21 20:30:42 +00:00
cleanup
This commit is contained in:
parent
913cd1b55b
commit
95673b56c7
@ -14,6 +14,7 @@ RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev &&
|
||||
apk --update add git && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir ansible_later-*.whl && \
|
||||
apk del .build-deps && \
|
||||
rm -f ansible_later-*.whl && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
rm -rf /root/.cache/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user