From b617f08da47b3f8168141b14137c0c8eb94a0e54 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Tue, 15 Aug 2023 03:10:21 +0200 Subject: [PATCH] add dotnet docker --- dotnet-qa.dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/dotnet-qa.dockerfile b/dotnet-qa.dockerfile index 058a968..24a8ae5 100644 --- a/dotnet-qa.dockerfile +++ b/dotnet-qa.dockerfile @@ -5,7 +5,6 @@ RUN dotnet tool install --global dotnet-coverage RUN dotnet tool install --global dotnet-sonarscanner RUN apt-get update && apt-get install -y \ - ca-certificates-java \ openjdk-17-jre-headless \ unzip \ && rm -rf /var/lib/apt/lists/* \ No newline at end of file