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 89fc76b commit e35ce70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV PATH=$PATH:/usr/local/go/bin
# Install Ruby and npm packages
RUN gem install brakeman

RUN pip install pip && pip install bandit && pip install checkmate5
RUN pip install pip && pip install bandit && pip install checkmate5 && pip install aigraphcodescan

# Clone and install other repositories
RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan && \
Expand Down

0 comments on commit e35ce70

Please sign in to comment.