We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee9edf commit 9f23019Copy full SHA for 9f23019
1 file changed
blueteam-container/Dockerfile
@@ -11,31 +11,8 @@ 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 \
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
+ pacman -S --noconfirm blackarch-forensic && \
+ pacman -Scc --noconfirm
39
40
USER archytas
41
WORKDIR /home/archytas
0 commit comments