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 f9bc49f commit d648dea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ RUN pip install --upgrade pip && \

# Clone repositories and set up projects

RUN --mount=type=ssh git clone -b checkmate3-cli [email protected]:topcodersonline-solutions/checkmate-ce /checkmate && --mount=type=ssh git clone [email protected]:topcodersonline-solutions/betterscan-ce /srv/betterscan \
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 && \
python3 setup.py install && \
--mount=type=ssh git clone [email protected]:topcodersonline-solutions/trufflehog3-oss.git /root/trufflehog3-oss && \
cd /root/trufflehog3-oss && \
python3 setup.py install && \
--mount=type=ssh git clone [email protected]:topcodersonline-solutions/graudit-ce /root/graudit && \
--mount=type=ssh git clone [email protected]:topcodersonline-solutions/text4shell-ce /root/text4shell-ce && \
--mount=type=ssh git clone [email protected]:topcodersonline-solutions/ptpt /root/ptpt && \
git clone [email protected]:topcodersonline-solutions/graudit-ce /root/graudit && \
git clone [email protected]:topcodersonline-solutions/text4shell-ce /root/text4shell-ce && \
git clone [email protected]:topcodersonline-solutions/ptpt /root/ptpt && \
cd /root/ptpt && \
go build && \
cp /root/ptpt/ptpt /usr/local/bin/ptpt
Expand Down

0 comments on commit d648dea

Please sign in to comment.