1
0
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:
Liz Rice 2017-06-20 10:00:17 +01:00
parent 800c18ccf3
commit 9dd393da99

View File

@ -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