mirror of
https://github.com/microsoft/autogen.git
synced 2025-06-26 22:30:10 +00:00
Change base image to one with arm64 support (#5681)
This commit is contained in:
parent
4dac9c819e
commit
ca86906b62
@ -1,5 +1,5 @@
|
|||||||
# Note: You can use any Debian/Ubuntu based image you want.
|
# 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.
|
# [Optional] Uncomment this section to install additional OS packages.
|
||||||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
|
@ -20,7 +20,10 @@
|
|||||||
},
|
},
|
||||||
"ghcr.io/elanhasson/devcontainer-features/dotnet-aspire-daily:1": {},
|
"ghcr.io/elanhasson/devcontainer-features/dotnet-aspire-daily:1": {},
|
||||||
"ghcr.io/devcontainers/features/azure-cli: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.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
// "forwardPorts": [],
|
// "forwardPorts": [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user