File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,5 @@ FROM --platform=amd64 mcr.microsoft.com/devcontainers/${IMAGE}
33RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg \
44 && mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg \
55 && sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/debian/$(lsb_release -rs | cut -d' .' -f 1)/prod $(lsb_release -cs) main" > /etc/apt/sources.list.d/dotnetdev.list' \
6- && apt-get update && apt-get install -y xdg-utils \
76 && apt-get update && apt-get install -y azure-functions-core-tools-4 \
87 && apt-get clean -y && rm -rf /var/lib/apt/lists/*
9- RUN curl -fsSL https://aka.ms/install-azd.sh | bash
Original file line number Diff line number Diff line change 1111 "ghcr.io/devcontainers/features/node:1" : {
1212 "version" : " 16" ,
1313 "nodeGypDependencies" : false
14- }
14+ },
15+ "ghcr.io/azure/azure-dev/azd:latest" : {}
1516 },
1617 "customizations" : {
1718 "vscode" : {
You can’t perform that action at this time.
0 commit comments