Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a3678e9

Browse files
committed
Properly remove test file from lurcher
1 parent 1c0f0ec commit a3678e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lurcher/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o lurcher
2020
FROM gcr.io/distroless/static:nonroot
2121
WORKDIR /
2222
COPY --from=builder /workspace/lurcher .
23-
COPY result.xml /home/securecodebox/result.xml
2423
USER nonroot:nonroot
2524

2625
ENTRYPOINT ["/lurcher"]

0 commit comments

Comments
 (0)