Skip to content

Commit 4ec1029

Browse files
Add diagnostics container
1 parent f0303ea commit 4ec1029

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Kattbot/diag.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN dotnet tool install -g dotnet-counters && \
44
dotnet tool install -g dotnet-monitor && \
55
dotnet tool install -g dotnet-trace && \
66
dotnet tool install -g dotnet-dump && \
7+
dotnet tool install -g dotnet-gcdump && \
78
dotnet tool install -g dotnet-stack
89

910
ENV PATH="/root/.dotnet/tools:$PATH"

0 commit comments

Comments
 (0)