Run Selenium with firefox inside a docker container
with some help from https://medium.com/@griggheo/running-headless-selenium-webdriver-tests-in-docker-containers-342fdbabf756
1)build the dockerfile inside docker-jasmin-env
2)write your test inside the docker_app.py
3)build the dockerfile on root