fix syntax

This commit is contained in:
Robert Kaussow 2020-04-11 13:42:51 +02:00
parent 3fba9a9ce7
commit d82627a5a7
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 git_batch-*.whl && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache/ && \
rm -rf /root/.cache/
USER root
CMD []