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 29, 2024
1 parent 4b9552c commit 2931a68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/docker/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ RUN gem install brakeman
RUN pip install --upgrade pip && pip install checkmate5

# Clone and install other repositories
RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan && \
git clone https://github.com/tcosolutions/graudit-ce.git /root/graudit && \
git clone https://github.com/tcosolutions/text4shell-ce.git /root/text4shell-ce
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/ && \
Expand Down

0 comments on commit 2931a68

Please sign in to comment.