Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <marcinguy@gmail.com>
  • Loading branch information
marcinguy authored Jan 10, 2025
1 parent da5e931 commit f2df11f
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 && pip install git+https://github.com/tcosolutions/aigraphcodescan
RUN python3 -m venv path/to/venv && source venv/bin/activate && pip install pip && pip install bandit && pip install checkmate5 && pip install git+https://github.com/tcosolutions/aigraphcodescan

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

0 comments on commit f2df11f

Please sign in to comment.