From 318a91ce6d7bd08ff7bde514b33a13a01235afc6 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 26 May 2023 15:34:57 +0930 Subject: [PATCH] fix(git_config): again! ensure cloned ansible-roles has submodules init !9 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 84defa7..3183ceb 100644 --- a/dockerfile +++ b/dockerfile @@ -15,7 +15,7 @@ RUN apt update \ RUN git clone -b development --depth 1 https://gitlab.com/nofusscomputing/projects/ansible-roles.git /tmp/ansible-roles \ && cd /tmp/ansible-roles \ - && git submodule init + && git submodule update --init -- 2.49.0