We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b497ed commit 72f66b2Copy full SHA for 72f66b2
Dockerfile
@@ -80,6 +80,6 @@ RUN pip install -e /odoo/src/odoo
80
RUN rm -rf /odoo/wheels
81
82
FROM base as ci
83
-RUN pip install --no-cache-dir coverage manifestoo checklog-odoo
+RUN pip install --no-cache-dir coverage manifestoo checklog-odoo odoo-test-helper
84
RUN apt-get update && apt-get install expect -y
85
ENTRYPOINT [ "/bin/bash" ]
0 commit comments