Odoo_17.0_community/Dockerfile
gitea_admin 901bba0cf2
Some checks failed
ci / main (push) Failing after 1m30s
Update Dockerfile
2024-10-25 08:35:44 +00:00

9 lines
133 B
Docker

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