diff --git a/linux/base.Dockerfile b/linux/base.Dockerfile index 984f711c..ca6df45d 100644 --- a/linux/base.Dockerfile +++ b/linux/base.Dockerfile @@ -209,7 +209,7 @@ RUN curl -fsSL https://aka.ms/install-azd.sh | bash && \ # # Install Office 365 CLI templates # - npm install -q -g @pnp/cli-microsoft365 && \ + npm install -q -g @pnp/cli-microsoft365 --loglevel verbose && \ # # Install Bicep CLI # diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index be0fdd7c..a07a251f 100644 --- a/linux/tools.Dockerfile +++ b/linux/tools.Dockerfile @@ -38,8 +38,8 @@ RUN tdnf clean all && \ rm -rf /var/cache/tdnf/* # Install any Azure CLI extensions that should be included by default. -RUN az extension add --system --name ssh -y \ - && az extension add --system --name ml -y +RUN az extension add --system --name ssh -y --debug \ + && az extension add --system --name ml -y --debug # Install kubectl RUN az aks install-cli \