Install and configure NTP server
Docker recommends to have NTP client installed in each container: https://docs.docker.com/develop/#differences-in-development-and-production-environments This should be particularly important for TF in ROS. I guess we should use those servers ``` server ntp.lu.se server ntp2.lu.se server ntp.lth.se ```
issue