install azd in codespace

This commit is contained in:
zedy
2022-12-12 11:25:12 +08:00
parent 7f40d2d115
commit 04b88ffbb8

View File

@@ -71,8 +71,7 @@ RUN apt-get update \
#
# [Optional] Install the Azure Developer CLI
&& if [ "$INSTALL_AZURE_DEVELOPER_CLI" = "true" ]; then \
apt-get update \
&& curl -fsSL https://aka.ms/install-azd.sh | bash \
curl -fsSL https://aka.ms/install-azd.sh | bash \
fi \
#
# Install EF Core dotnet tool