mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
fix syntax
This commit is contained in:
parent
3fba9a9ce7
commit
d82627a5a7
@ -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 []
|
||||
|
Loading…
Reference in New Issue
Block a user