From c3479b9abcb22160f2dda85ca0b744c8ea4537e8 Mon Sep 17 00:00:00 2001 From: zedy Date: Mon, 12 Dec 2022 11:33:57 +0800 Subject: [PATCH] Install azd in codespace, check some errors --- .devcontainer/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ad9b25e..279aebc 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \ #