Running out of entropy in virtualized Linux systems seems to be a common problem (e.g. /dev/random Extremely Slow?, Getting linux to buffer /dev/random). Despite of using a
Another option is to install the rng-tools package and map it to use the /dev/urandom
yum install rng-tools rngd -r /dev/urandom
With this I didn't need to map any volume in the docker container.