This commit is contained in:
parent
3f8aa91413
commit
1fcf5423ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user