Skip to content

Commit 5f13d9f

Browse files
committed
fix: some error
1 parent 0369526 commit 5f13d9f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

blueteam-container/Dockerfile

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,28 @@ 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 volatility3 logwatch sleuthkit foremost testdisk binwalk exiftool chkrootkit rkhunter clamav yara lynis audit hashdeep gpg wireshark-qt tcpdump tshark iftop iptraf-ng logrotate rsyslog && \
14+
pacman -S --noconfirm volatility3 || true && \
15+
pacman -S --noconfirm logwatch || true && \
16+
pacman -S --noconfirm sleuthkit || true && \
17+
pacman -S --noconfirm foremost || true && \
18+
pacman -S --noconfirm testdisk || true && \
19+
pacman -S --noconfirm binwalk || true && \
20+
pacman -S --noconfirm exiftool || true && \
21+
pacman -S --noconfirm chkrootkit || true && \
22+
pacman -S --noconfirm rkhunter || true && \
23+
pacman -S --noconfirm clamav || true && \
24+
pacman -S --noconfirm yara || true && \
25+
pacman -S --noconfirm lynis || true && \
26+
pacman -S --noconfirm audit || true && \
27+
pacman -S --noconfirm hashdeep || true && \
28+
pacman -S --noconfirm gpg || true && \
29+
pacman -S --noconfirm wireshark-qt || true && \
30+
pacman -S --noconfirm tcpdump || true && \
31+
pacman -S --noconfirm tshark || true && \
32+
pacman -S --noconfirm iftop || true && \
33+
pacman -S --noconfirm iptraf-ng || true && \
34+
pacman -S --noconfirm logrotate || true && \
35+
pacman -S --noconfirm rsyslog && \
1536
pacman -Scc --noconfirm
1637

1738
USER archytas

0 commit comments

Comments
 (0)