skip to Main Content

Unable to setup SonarQube for python in centos 7

I am trying to get SonarQube for python up and running in centos. I have downloaded this version : sonarqube-8.3.1.34397.zip. I have installed java 11. java -version openjdk version "11.0.7" 2020-04-14 LTS OpenJDK Runtime Environment 18.9 (build 11.0.7+10-LTS) OpenJDK 64-Bit…

VIEW QUESTION

Why is docker not completely deleting my file? – CentOS

I am trying to build using: FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS builder COPY pythonnet/src/ pythonnet/src WORKDIR /pythonnet/src/runtime RUN dotnet build -f netstandard2.0 -p:DefineConstants="MONO_LINUX;XPLAT;PYTHON3;PYTHON37;UCS4;NETSTANDARD" Python.Runtime.15.csproj # copy myApp csproj and restore COPY src/myApp/*.csproj /src/myApp/ WORKDIR /src/myApp RUN dotnet restore # now copy everything…

VIEW QUESTION
Back To Top
Search