Remove install azd in codespace, check some errors

This commit is contained in:
zedy
2022-12-12 11:27:43 +08:00
parent 04b88ffbb8
commit 5951b6d3c1

View File

@@ -69,11 +69,6 @@ RUN apt-get update \
&& apt-get install -y azure-cli; \
fi \
#
# [Optional] Install the Azure Developer CLI
&& if [ "$INSTALL_AZURE_DEVELOPER_CLI" = "true" ]; then \
curl -fsSL https://aka.ms/install-azd.sh | bash \
fi \
#
# Install EF Core dotnet tool
&& dotnet tool install dotnet-ef --tool-path /home/$USERNAME/.dotnet/tools \
&& chown -R $USERNAME /home/$USERNAME/.dotnet \