diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2b57b1f..44ca9d9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -10,9 +10,9 @@ RUN apt-get update CMD code --install-extension ms-mssql.mssql -USER vscode -RUN curl https://run.spawn.cc/install | sh -ENV PATH="/home/vscode/.spawnctl/bin:$PATH" +# USER vscode +# RUN curl https://run.spawn.cc/install | sh +# ENV PATH="/home/vscode/.spawnctl/bin:$PATH" USER root RUN apt-get update && apt-get install -y curl gnupg software-properties-common \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2cdb0cf..0c92bc9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,7 @@ "moby": "true" }, // "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, - "ghcr.io/devcontainers/features/dotnet:1": {}, + "ghcr.io/devcontainers/features/dotnet:2.0.1": {}, "ghcr.io/devcontainers/features/git:1": {}, // "ghcr.io/devcontainers/features/git-lfs:1": {}, // "ghcr.io/devcontainers/features/github-cli:1": {},