This commit is contained in:
Robert Kaussow 2020-04-11 13:36:11 +02:00
parent 913cd1b55b
commit 95673b56c7
1 changed files with 1 additions and 0 deletions

View File

@ -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/ && \