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

Merge pull request #91 from aquasecurity/lizrice-patch-1

Fix build
parents 4f07b01e c389d6ec
Branches
Tags v0.0.10
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.
Please register or to comment