This commit is contained in:
parent
901bba0cf2
commit
da39daf641
@ -1,8 +1,11 @@
|
|||||||
FROM odoo:17.0
|
FROM odoo:17.0
|
||||||
|
|
||||||
# Install some dependencies
|
# Install some deps
|
||||||
RUN pip install mygeotab
|
RUN pip install mygeotab
|
||||||
|
|
||||||
# Copy the tests directory into the image
|
# Copy the tests directory into the image
|
||||||
COPY tests/ /tests/
|
COPY tests/ /tests/
|
||||||
|
|
||||||
|
# Set execute permissions and ownership
|
||||||
|
RUN chmod +x /tests/runtests.sh \
|
||||||
|
&& chown -R odoo:odoo /tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user