Add gunicorn
Created by: abrahammartin
gunicorn is our preferred web server in our django applications. Add it to the default docker image so it is already preinstalled when we import from it. Also throw into the mix whitenoise (for serving static files with gunicorn) and brotlipy (faster compression in whitenoise).