Skip to content

Replace usage of registry.npm.org and pypi.org #559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
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