Remove install azd in codespace, check some errors
This commit is contained in:
@@ -69,11 +69,6 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y azure-cli; \
|
&& apt-get install -y azure-cli; \
|
||||||
fi \
|
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
|
# Install EF Core dotnet tool
|
||||||
&& dotnet tool install dotnet-ef --tool-path /home/$USERNAME/.dotnet/tools \
|
&& dotnet tool install dotnet-ef --tool-path /home/$USERNAME/.dotnet/tools \
|
||||||
&& chown -R $USERNAME /home/$USERNAME/.dotnet \
|
&& chown -R $USERNAME /home/$USERNAME/.dotnet \
|
||||||
|
|||||||
Reference in New Issue
Block a user