mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-17 02:49:30 +00:00
6 lines
324 B
Docker
6 lines
324 B
Docker
![]() |
# Note: You can use any Debian/Ubuntu based image you want.
|
||
|
FROM mcr.microsoft.com/devcontainers/base:bullseye
|
||
|
|
||
|
# [Optional] Uncomment this section to install additional OS packages.
|
||
|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||
|
# && apt-get -y install --no-install-recommends <your-package-list-here>
|