mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-21 23:58:06 +00:00
Change the exe name in the Dockerfile
This commit is contained in:
parent
800c18ccf3
commit
9dd393da99
@ -6,7 +6,7 @@ RUN wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/co
|
||||
wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/master.yaml && \
|
||||
wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/node.yaml
|
||||
RUN go get github.com/aquasecurity/kube-bench
|
||||
RUN cp /go/bin/kubernetes-bench /kube-bench/ && chmod +x /kube-bench/kube-bench
|
||||
RUN cp /go/bin/kube-bench /kube-bench/ && chmod +x /kube-bench/kube-bench
|
||||
|
||||
FROM alpine:latest
|
||||
RUN mkdir -p /kube-bench/cfg
|
||||
|
Loading…
Reference in New Issue
Block a user