- Added logic that:
- Checks if the current version of a container exists locally, to avoid pulling every time when working on a new version of a container
- If not, checks for the container on docker hub and pulls
- If not on docker hub, builds the container locally
- Bumped the DOCKER_VERSION number to update the container in DockerHub with the newly removed packages in a previous PR.