diff --git a/redhat/patches/0001-dockerfile.patch b/redhat/patches/0001-dockerfile.patch index 1fa366253..f754baa12 100644 --- a/redhat/patches/0001-dockerfile.patch +++ b/redhat/patches/0001-dockerfile.patch @@ -1,5 +1,5 @@ diff --git a/Dockerfile b/Dockerfile -index 067c238..7d04f0c 100644 +index 067c238..f1a9137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ @@ -11,7 +11,7 @@ index 067c238..7d04f0c 100644 ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT -@@ -31,7 +31,7 @@ RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o +@@ -31,7 +31,13 @@ RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o RUN go test -c -ldflags "${SERVER_LDFLAGS}" -cover -covermode=count -coverpkg=./... -o rekor-server_test ./cmd/rekor-server # Multi-Stage production build