Docker Hub runs an older version of docker, so we can't use any
newer glibc (>= 2.28) that support the statx syscall. Because of
this we use Ubuntu Bionic as a base, which ships with version 2.27.
When Docker Hub upgrades to Docker >= 18.04 we can use a newer base.