From ca86906b62bb52e000ffde2595f4bbc84f6cd29d Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Tue, 25 Feb 2025 07:27:02 -0500 Subject: [PATCH] Change base image to one with arm64 support (#5681) --- .devcontainer/Dockerfile | 2 +- .devcontainer/devcontainer.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 15dd5352f..373e8ddc1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # Note: You can use any Debian/Ubuntu based image you want. -FROM mcr.microsoft.com/devcontainers/universal:2 +FROM mcr.microsoft.com/devcontainers/base:ubuntu # [Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ccc01dbfc..c745fafc3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,7 +20,10 @@ }, "ghcr.io/elanhasson/devcontainer-features/dotnet-aspire-daily:1": {}, "ghcr.io/devcontainers/features/azure-cli:1": {}, - "ghcr.io/azure/azure-dev/azd:0": {} + "ghcr.io/devcontainers/features/git:1": {}, + "ghcr.io/devcontainers/features/dotnet:2": {}, + "ghcr.io/azure/azure-dev/azd:0": {}, + "ghcr.io/devcontainers/features/python:1": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],