Files
agent-framework/.devcontainer/dotnet/dotnet.Dockerfile
T
westey bbe096a764 Workaround for devcontainer expired key issue (#3432)
* Update devcontainer versions for .net

* Fix version number

* Remove docker in docker

* bring back docker in docker

* Try bookworm version of container

* Try the trixie image

* Try noble container

* Try preview image

* Try 2-10.0

* Add docker file to work around devcontainer bug
2026-01-26 14:02:06 +00:00

5 lines
239 B
Docker

FROM mcr.microsoft.com/devcontainers/dotnet
# Remove Yarn repository with expired GPG key to prevent apt-get update failures
# Tracking issue: https://github.com/devcontainers/images/issues/1752
RUN rm -f /etc/apt/sources.list.d/yarn.list