We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f23019 commit 0369526Copy full SHA for 0369526
blueteam-container/Dockerfile
@@ -11,7 +11,7 @@ RUN useradd -m -s /bin/bash archytas && \
11
echo "archytas ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
12
13
RUN pacman -Syu --noconfirm && \
14
- pacman -S --noconfirm blackarch-forensic && \
+ 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 && \
15
pacman -Scc --noconfirm
16
17
USER archytas
0 commit comments