remove global .net

This commit is contained in:
Adrien Beaudouin 2024-03-08 12:51:07 +01:00
parent 0609efea86
commit bfbb552a1a

View File

@ -2,8 +2,4 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
RUN apt-get update && apt-get install -y openjdk-17-jre-headless
RUN dotnet tool install --global dotnet-sonarscanner
RUN dotnet tool install --global coverlet.console
RUN dotnet tool install --global dotnet-coverage
ENV PATH="${PATH}:/root/.dotnet/tools"