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 Jul 6, 2024
1 parent d648dea commit 2e64190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ RUN pip install --upgrade pip && \
# Clone repositories and set up projects

RUN git clone -b checkmate3-cli [email protected]:topcodersonline-solutions/checkmate-ce /checkmate && git clone [email protected]:topcodersonline-solutions/betterscan-ce /srv/betterscan \
cd /checkmate && \
&& cd /checkmate && \
python3 setup.py install && \
--mount=type=ssh git clone [email protected]:topcodersonline-solutions/trufflehog3-oss.git /root/trufflehog3-oss && \
git clone [email protected]:topcodersonline-solutions/trufflehog3-oss.git /root/trufflehog3-oss && \
cd /root/trufflehog3-oss && \
python3 setup.py install && \
git clone [email protected]:topcodersonline-solutions/graudit-ce /root/graudit && \
Expand Down

0 comments on commit 2e64190

Please sign in to comment.