We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d31e25 commit 9e52550Copy full SHA for 9e52550
Dockerfile
@@ -10,6 +10,7 @@ RUN go env GOCACHE
10
RUN go get github.com/sirupsen/logrus
11
RUN go get github.com/pelletier/go-toml/cmd/tomll
12
RUN go get github.com/urfave/cli
13
+RUN go get github.com/joho/godotenv
14
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
15
16
FROM openjdk:11.0.16-jre
0 commit comments