It's working for me, here are the steps I completed. Some may be redundant, but won't hurt:
Make backup of container
From inside the container:
rm /var/spool/postfix/dev/random
rm /var/spool/postfix/dev/urandom
touch /var/spool/postfix/dev/random
touch /var/spool/postfix/dev/urandom
Add the...