Skip to content

Commit

Permalink
add vscode install to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Sturm committed Feb 14, 2024
1 parent e56ebe9 commit b82b48e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linux/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ RUN az aks install-cli \
&& chmod +x /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubelogin

# Install vscode
RUN wget -nv -O vscode.rpm "https://go.microsoft.com/fwlink/?LinkID=760867" \
&& tdnf install -y vscode.rpm \
&& mv /bin/code /bin/vscode \
&& rm vscode.rpm

# Install azure-developer-cli (azd)
ENV AZD_IN_CLOUDSHELL 1
ENV AZD_SKIP_UPDATE_CHECK 1
Expand Down

0 comments on commit b82b48e

Please sign in to comment.