Skip to content

Commit 2f86f0d

Browse files
committed
Install dotnet-dump
#!components: grid-bot
1 parent 8777569 commit 2f86f0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/grid-bot/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# Base Image: net8.0
21
FROM mcr.microsoft.com/dotnet/aspnet:8.0.1-jammy
32

43
WORKDIR /opt/grid
54
COPY . /opt/grid/
65

6+
RUN apt-get -y update && \
7+
apt-get install -y dotnet-sdk-8.0
8+
RUN dotnet tool install --global dotnet-dump
9+
710
COPY ./ssl/global-root-ca.crt /usr/local/share/ca-certificates/global-root-ca.crt
811
RUN chmod 644 /usr/local/share/ca-certificates/global-root-ca.crt && update-ca-certificates
912

0 commit comments

Comments
 (0)