Skip to content

Commit 6b9d419

Browse files
authored
Improvment - Add .NET global tools to path (devcontainers#495)
Fixes devcontainers#137
1 parent 5a66830 commit 6b9d419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ARG VARIANT=7.0-bullseye-slim
22
FROM mcr.microsoft.com/dotnet/sdk:${VARIANT}
3+
ENV PATH $PATH:/home/vscode/.dotnet:/home/vscode/.dotnet/tools

0 commit comments

Comments
 (0)