Update Dockerfile
Some checks failed
ci / main (push) Has been cancelled

This commit is contained in:
gitea_admin 2024-10-24 13:47:34 +00:00
parent 3f8aa91413
commit 1fcf5423ee

View File

@ -1,5 +1,10 @@
FROM odoo:17.0
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
# Install some dependencies
RUN pip install mygeotab
# Copy the tests directory into the image
COPY tests/ /tests/
# Ensure the test script is executable
RUN chmod +x /tests/runtests.sh