Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Dec 20, 2024
1 parent e35ce70 commit 53af2b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan &&
# Set up additional tools
RUN cp /srv/betterscan/analyzers/find_unicode_control2.py /usr/local/bin/ && \
go install honnef.co/go/tools/cmd/staticcheck@latest && \
go install github.com/tcosolutions/ptpt@latest && \
cp /root/go/bin/staticcheck /usr/local/bin/staticcheck && \
curl https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash && \
curl https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | bash
Expand Down

0 comments on commit 53af2b0

Please sign in to comment.