Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
4 changes: 2 additions & 2 deletions linux/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down