Skip to content

Commit 0369526

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueteam-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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 blackarch-forensic && \
14+
pacman -S --noconfirm volatility3 logwatch sleuthkit foremost testdisk binwalk exiftool chkrootkit rkhunter clamav yara lynis audit hashdeep gpg wireshark-qt tcpdump tshark iftop iptraf-ng logrotate rsyslog && \
1515
pacman -Scc --noconfirm
1616

1717
USER archytas

0 commit comments

Comments
 (0)