How to delay execution of next line in Dockefile

In your last RUN statement, you can do something like:
RUN sleep 60;cqlsh -f build_all.cql