mirror of https://github.com/microsoft/autogen.git
7 lines
324 B
Docker
7 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>
|