Skip to content

Commit 13e751a

Browse files
Clarify comment for Odoo repository cloning in Dockerfile
1 parent deaa595 commit 13e751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN pip install --no-cache-dir \
5959
num2words==0.5.4 \
6060
pillow==2.6.1
6161

62-
# Clone Odoo 8.0 from official repo at a specific commit for reproducibility
62+
# Clone Odoo 8.0 from the official repository
6363
ARG ODOO_COMMIT=8c5e3c2c7e7c3e2e2b7e2d2e2c7e3c2e2b7e2d2e
6464
RUN git clone --branch 8.0 https://www.github.com/odoo/odoo /odoo \
6565
&& cd /odoo \

0 commit comments

Comments
 (0)