cleanup
This commit is contained in:
parent
e5b5ae3bfa
commit
34033d466a
@ -1,9 +1,6 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y ca-certificates-java && apt-get install -y \
|
RUN apt-get update && apt-get install -y openjdk-17-jre-headless
|
||||||
openjdk-17-jre-headless \
|
|
||||||
unzip \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
RUN dotnet tool install --global dotnet-sonarscanner
|
RUN dotnet tool install --global dotnet-sonarscanner
|
||||||
RUN dotnet tool install --global coverlet.console
|
RUN dotnet tool install --global coverlet.console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user