Skip to content

Commit

Permalink
Adding by default cli extension
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Jul 28, 2022
1 parent 4d75078 commit ef7c63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ RUN apt-get update && \
#
echo "Installing latest Azure CLI ..." && \
pip3 install azure-cli && \
az extension add --name ${extensionsAzureCli} --system && \
az config set extension.use_dynamic_install=yes_without_prompt && \
#
# Install checkov
Expand Down

0 comments on commit ef7c63b

Please sign in to comment.