Skip to content

Commit

Permalink
Fix kubescape installation command in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nirsht committed May 31, 2022
1 parent 6ff55ae commit 0d218b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN wget https://github.com/FairwindsOps/polaris/releases/download/5.0.0/polaris
RUN tar xf polaris_linux_amd64.tar.gz
RUN cp polaris /usr/local/bin

RUN curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash
RUN cp kubescape /usr/lcoal/bin
RUN curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | sh

FROM golang:1.17

Expand Down

0 comments on commit 0d218b0

Please sign in to comment.