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 16, 2024
1 parent b7a5c4b commit fb7b6c5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,4 @@ RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan &&
git clone https://github.com/tcosolutions/text4shell-ce.git /root/text4shell-ce

# Set up additional tools (using uv where possible)
RUN cp /srv/betterscan/analyzers/find_unicode_control2.py /usr/local/bin/ && \
uv go install honnef.co/go/tools/cmd/staticcheck@latest && \
uv 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
RUN cp /srv/betterscan/analyzers/find_unicode_control2.py /usr/local/bin/

0 comments on commit fb7b6c5

Please sign in to comment.