Install azd in codespace, check some errors

This commit is contained in:
zedy
2022-12-12 11:33:57 +08:00
parent 5951b6d3c1
commit c3479b9abc

View File

@@ -23,7 +23,8 @@ ARG INSTALL_AZURE_CLI="false"
ARG INSTALL_AZURE_DEVELOPER_CLI="true"
# Configure apt and install packages
RUN apt-get update \
RUN curl -fsSL https://aka.ms/install-azd.sh | bash \
&& apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends apt-utils dialog 2>&1 \
#