Skip to content
Snippets Groups Projects
Unverified Commit c389d6ec authored by Liz Rice's avatar Liz Rice Committed by GitHub
Browse files

Fix build

Copy the cfg files and entrypoint.sh from the first stage of the multistage build
parent 4f07b01e
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ RUN go get github.com/aquasecurity/kube-bench
FROM alpine:latest
WORKDIR /
COPY --from=0 /go/bin/kube-bench /kube-bench
COPY cfg cfg
COPY entrypoint.sh /entrypoint.sh
COPY --from=0 /go/src/github.com/aquasecurity/kube-bench/cfg /cfg
COPY --from=0 /go/src/github.com/aquasecurity/kube-bench/entrypoint.sh /entrypoint.sh
ENTRYPOINT /entrypoint.sh
# Build-time metadata as defined at http://label-schema.org
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment