Build is happily ticking along now. Thanks for the help and pointers. Much appreciated.
Continued reading. Discovered this article on time problems on Docker for Mac. Resolved that particular build problem with the following (n.b. back ticks):
$ docker run --rm --privileged centos:7 date -s "`date`"
Thanks again.