Skip to content

Commit

Permalink
adjust git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymeyers committed Jan 29, 2024
1 parent b423355 commit 4ba460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ba460d

Please sign in to comment.