Installing the Latest Version of Firefox in CircleCI

Right now we do not cache apt packages. The best way to cache this would be to download the .deb somewhere into your home folder (which can be cached) and then install it with sudo dpkg -i $PACKAGE_NAME.deb.