Skip to content

Commit

Permalink
Add AZD_SKIP_UPDATE_CHECK to prevent azd update checks which will enc…
Browse files Browse the repository at this point in the history
…ourage the user to attempt an install process that, if unmodified, will always fail.
  • Loading branch information
danieljurek committed Oct 14, 2022
1 parent f678320 commit 30bb2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ RUN tdnf update -y && bash ./tdnfinstall.sh \

# Install azure-developer-cli (azd)
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
# Disable update check which would prompt the user to run an install command
# that always fails
ENV AZD_SKIP_UPDATE_CHECK=true

RUN mkdir -p /usr/cloudshell
WORKDIR /usr/cloudshell
Expand Down

0 comments on commit 30bb2ca

Please sign in to comment.