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 27, 2024
1 parent dc1bec1 commit 2cfb8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV PATH=$PATH:/usr/local/go/bin
RUN gem install brakeman

# Clone the checkmate repository and install
RUN pip install --upgrade pip && pip install checkmate5 && pip install aigraphcodescan
RUN pip install --upgrade pip && pip install checkmate5

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

0 comments on commit 2cfb8cf

Please sign in to comment.