From 4ba460d7b8ddf618db1345e320b1dec2674f164f Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 29 Jan 2024 16:13:24 +0000 Subject: [PATCH] adjust git clone command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f6214e..ccb4902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN apt-get update && \ # Install Azure CLI RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash -RUN git clone --branch ${AZ_HOP_BRANCH} ${AZ_HOP_REPO} /az-hop +RUN git clone --recursive ${AZ_HOP_REPO} --branch ${AZ_HOP_BRANCH} /az-hop # Set the working directory to /az-hop WORKDIR /az-hop