Skip to content

Commit 9f23019

Browse files
committed
fix: just install group foresic
1 parent 7ee9edf commit 9f23019

1 file changed

Lines changed: 2 additions & 25 deletions

File tree

blueteam-container/Dockerfile

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,8 @@ RUN useradd -m -s /bin/bash archytas && \
1111
echo "archytas ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
1212

1313
RUN pacman -Syu --noconfirm && \
14-
pacman -S --noconfirm \
15-
wireshark-qt \
16-
tcpdump \
17-
nmap \
18-
tshark \
19-
iftop \
20-
iptraf-ng \
21-
exiftool \
22-
binwalk \
23-
sleuthkit \
24-
foremost \
25-
testdisk \
26-
chkrootkit \
27-
rkhunter \
28-
clamav \
29-
yara \
30-
lynis \
31-
audit \
32-
hashdeep \
33-
gpg \
34-
logrotate \
35-
rsyslog \
36-
volatility3 \
37-
logwatch \
38-
&& pacman -Scc --noconfirm
14+
pacman -S --noconfirm blackarch-forensic && \
15+
pacman -Scc --noconfirm
3916

4017
USER archytas
4118
WORKDIR /home/archytas

0 commit comments

Comments
 (0)