Skip to content

Commit 9e52550

Browse files
go get github.com/joho/godotenv - docker
1 parent 2d31e25 commit 9e52550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN go env GOCACHE
1010
RUN go get github.com/sirupsen/logrus
1111
RUN go get github.com/pelletier/go-toml/cmd/tomll
1212
RUN go get github.com/urfave/cli
13+
RUN go get github.com/joho/godotenv
1314
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
1415

1516
FROM openjdk:11.0.16-jre

0 commit comments

Comments
 (0)