mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
fix syntax
This commit is contained in:
parent
95673b56c7
commit
305330d147
@ -17,7 +17,7 @@ RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev &&
|
|||||||
apk del .build-deps && \
|
apk del .build-deps && \
|
||||||
rm -f ansible_later-*.whl && \
|
rm -f ansible_later-*.whl && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
rm -rf /root/.cache/ && \
|
rm -rf /root/.cache/
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
CMD []
|
CMD []
|
||||||
|
Loading…
Reference in New Issue
Block a user