Allow to set CASS_DRIVER_ env vars when building the docker image
namely CASS_DRIVER_NO_CYTHON and CASS_DRIVER_BUILD_CONCURRENCY.
This can be useful since building cassandra-driver with cython takes ages
and should not be needed everytime, eg. on CI, or could be reduced using
parallel compilation.