Skip to content

Commit 672307c

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

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

blueteam-container/Dockerfile

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ RUN userdel -r archimede || true
1010
RUN useradd -m -s /bin/bash archytas && \
1111
echo "archytas ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
1212

13-
RUN pacman -Syu --noconfirm && \
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 && \
36-
pacman -Scc --noconfirm
13+
RUN pacman -Syu --noconfirm
14+
RUN pacman -S --noconfirm volatility3 || true
15+
RUN pacman -S --noconfirm logwatch || true
16+
RUN pacman -S --noconfirm sleuthkit || true
17+
RUN pacman -S --noconfirm foremost || true
18+
RUN pacman -S --noconfirm testdisk || true
19+
RUN pacman -S --noconfirm binwalk || true
20+
RUN pacman -S --noconfirm exiftool || true
21+
RUN pacman -S --noconfirm chkrootkit || true
22+
RUN pacman -S --noconfirm rkhunter || true
23+
RUN pacman -S --noconfirm clamav || true
24+
RUN pacman -S --noconfirm yara || true
25+
RUN pacman -S --noconfirm lynis || true
26+
RUN pacman -S --noconfirm audit || true
27+
RUN pacman -S --noconfirm hashdeep || true
28+
RUN pacman -S --noconfirm gpg || true
29+
RUN pacman -S --noconfirm wireshark-qt || true
30+
RUN pacman -S --noconfirm tcpdump || true
31+
RUN pacman -S --noconfirm tshark || true
32+
RUN pacman -S --noconfirm iftop || true
33+
RUN pacman -S --noconfirm iptraf-ng || true
34+
RUN pacman -S --noconfirm logrotate || true
35+
RUN pacman -S --noconfirm rsyslog || true
36+
RUN pacman -Scc --noconfirm
3737

3838
USER archytas
3939
WORKDIR /home/archytas

0 commit comments

Comments
 (0)