mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-14 02:44:56 -05:00
5 lines
190 B
Docker
5 lines
190 B
Docker
FROM mcr.microsoft.com/devcontainers/dotnet:0-7.0
|
|
# Install the xz-utils package
|
|
RUN apt-get update && apt-get install -y xz-utils nodejs
|
|
|
|
RUN curl -fsSL https://aka.ms/install-azd.sh | bash |