FROM odoo:17.0 # Install some dependencies RUN pip install mygeotab # Copy the tests directory into the image COPY tests/ /tests/