diff --git a/Dockerfile b/Dockerfile index d74ec86..03921be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,2 @@ -# Utilisez l'image .NET SDK officielle en tant que base -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env -FROM sonarsource/sonar-scanner-cli:5.0.1 +FROM mcr.microsoft.com/dotnet/sdk:8.0 +RUN dotnet tool install --global dotnet-sonarscanner \ No newline at end of file