Closed vkitchen closed 5 years ago
I'll make the updates to the three images - I talked to Jimmy and we agreed that ensuring the time
package is installed (when you'd need to make sure bash
or time
is installed anyway with the other approach) is cleaner.
The new timing code doesn't work with some of the docker images that already exist in the osirrc repos. Primarily the ones I've tested so far and are not working are
atire-docker
,jass-docker
andjass2-docker
. These images all appear to be based on a distro which symlinkssh
todash
but is cutdown to not includetime
. Switching the timing command fromto
would solve this problem without requiring timely modifications to the images