Skip to content

Commit

Permalink
Dockerfile add dotnet tools to path
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Feb 13, 2025
1 parent 21fa396 commit 0775260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS runtime
WORKDIR /app
COPY --from=builder /app/server/out ./

ENV PATH="$PATH:/root/.dotnet/tools"
# Install dotnet-gcdump globally
RUN dotnet tool install --global dotnet-gcdump

Expand Down

0 comments on commit 0775260

Please sign in to comment.