diff --git a/.devcontainer/dotnet/devcontainer.json b/.devcontainer/dotnet/devcontainer.json index 6ec44f9004..57bf3b4a11 100644 --- a/.devcontainer/dotnet/devcontainer.json +++ b/.devcontainer/dotnet/devcontainer.json @@ -1,10 +1,6 @@ { "name": "C# (.NET)", - //"image": "mcr.microsoft.com/devcontainers/dotnet", - // Workaround for https://github.com/devcontainers/images/issues/1752 - "build": { - "dockerfile": "dotnet.Dockerfile" - }, + "image": "mcr.microsoft.com/devcontainers/dotnet", "features": { "ghcr.io/devcontainers/features/azure-cli:1.2.9": {}, "ghcr.io/devcontainers/features/github-cli:1": { diff --git a/.devcontainer/dotnet/dotnet.Dockerfile b/.devcontainer/dotnet/dotnet.Dockerfile deleted file mode 100644 index 344e4ee813..0000000000 --- a/.devcontainer/dotnet/dotnet.Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM mcr.microsoft.com/devcontainers/universal:latest - -# 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 \ No newline at end of file