We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaa595 commit 13e751aCopy full SHA for 13e751a
Dockerfile
@@ -59,7 +59,7 @@ RUN pip install --no-cache-dir \
59
num2words==0.5.4 \
60
pillow==2.6.1
61
62
-# Clone Odoo 8.0 from official repo at a specific commit for reproducibility
+# Clone Odoo 8.0 from the official repository
63
ARG ODOO_COMMIT=8c5e3c2c7e7c3e2e2b7e2d2e2c7e3c2e2b7e2d2e
64
RUN git clone --branch 8.0 https://www.github.com/odoo/odoo /odoo \
65
&& cd /odoo \
0 commit comments