mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
5 lines
208 B
Docker
5 lines
208 B
Docker
FROM mcr.microsoft.com/devcontainers/dotnet:8.0
|
|
# Install the xz-utils package
|
|
RUN apt-get update && apt-get install -y xz-utils ca-certificates curl gnupg
|
|
|
|
RUN curl -fsSL https://aka.ms/install-azd.sh | bash |