fix syntax

This commit is contained in:
Robert Kaussow 2020-04-11 13:41:49 +02:00
parent 95673b56c7
commit 305330d147
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev &&
apk del .build-deps && \
rm -f ansible_later-*.whl && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache/ && \
rm -rf /root/.cache/
USER root
CMD []