From 62bf2b34e5c2d780146dab58ee7327dd4d3f1d1d Mon Sep 17 00:00:00 2001 From: Hugo LIVET Date: Mon, 8 Jan 2024 21:45:12 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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