From 365c6907b94c267a2f9b83d39e54c4c4e2407009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Cabrera?= Date: Sat, 19 Oct 2019 15:27:06 +0100 Subject: [PATCH] fix: missing semicolon in list of repos to clone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67db653..900f10c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -131,7 +131,7 @@ RUN git clone --branch 12.0 --depth 1 https://github.com/oca/account-analytic.gi git clone --branch 12.0 --depth 1 https://github.com/oca/management-system.git; \ git clone --branch 12.0 --depth 1 https://github.com/oca/manufacture.git; \ git clone --branch 12.0 --depth 1 https://github.com/oca/manufacture-reporting.git; \ - git clone --branch 12.0 --depth 1 https://github.com/oca/margin-analysis.git \ + git clone --branch 12.0 --depth 1 https://github.com/oca/margin-analysis.git; \ git clone --branch 12.0 --depth 1 https://github.com/oca/operating-unit.git; \ git clone --branch 12.0 --depth 1 https://github.com/oca/partner-contact.git; \ git clone --branch 12.0 --depth 1 https://github.com/oca/pos.git; \