diff --git a/docker/Dockerfile b/docker/Dockerfile index 81f42317c..f69e98255 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -25,7 +25,7 @@ RUN golint -set_exit_status ./... # RUN aligncheck ./... # RUN structcheck -e ./... # RUN varcheck -e ./... -RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o kaspad . +RUN GOOS=linux go build -a -installsuffix cgo -o kaspad . # Remove the line below and uncomment the line after it for testing with coverage RUN go test ./...