-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marcin Kozlowski <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|