Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit eb36e2b

Browse files
committed
Update Dockerfile
1 parent 1a0cbcd commit eb36e2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/dotnet/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ COPY . /src
1515
# install SDK version in global.json of elastic/apm-agent-dotnet
1616
# Needed when building branches that specify 3.1.100 SDK in global.json
1717
RUN curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir ${DOTNET_ROOT} -version 3.1.100
18+
19+
# SDK 5.x is also needed
20+
RUN curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir ${DOTNET_ROOT} -version 5.0.100
1821
RUN ./run.sh
1922

2023
# Stage 2: Run the TestAspNetCoreApp app

0 commit comments

Comments
 (0)