Fix dev container (#14906)

Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
This commit is contained in:
Tyler James Leonhardt 2021-03-08 10:38:39 -08:00 committed by GitHub
parent 597bfc9696
commit 6cfdbaa6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100
FROM mcr.microsoft.com/powershell/test-deps:ubuntu-18.04
# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive

View File

@ -1,6 +1,6 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name": ".NET Core 5.0, including pwsh (Debian 10)",
"name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)",
"dockerFile": "Dockerfile",
// Uncomment the next line to run commands after the container is created.