Skip to content

Commit 7ee9edf

Browse files
authored
Merge pull request #4 from ArchimedeOS-Development/fix/name-packages
fix: name packages
2 parents 2295094 + 32b6bb2 commit 7ee9edf

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

blueteam-container/Dockerfile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ RUN useradd -m -s /bin/bash archytas && \
1212

1313
RUN pacman -Syu --noconfirm && \
1414
pacman -S --noconfirm \
15+
wireshark-qt \
16+
tcpdump \
17+
nmap \
18+
tshark \
19+
iftop \
20+
iptraf-ng \
21+
exiftool \
22+
binwalk \
1523
sleuthkit \
1624
foremost \
1725
testdisk \
18-
binwalk \
19-
exiftool \
20-
volatility \
2126
chkrootkit \
2227
rkhunter \
2328
clamav \
@@ -26,14 +31,10 @@ RUN pacman -Syu --noconfirm && \
2631
audit \
2732
hashdeep \
2833
gpg \
29-
wireshark-qt \
30-
tcpdump \
31-
tshark \
32-
iftop \
33-
iptraf-ng \
34-
logwatch \
3534
logrotate \
3635
rsyslog \
36+
volatility3 \
37+
logwatch \
3738
&& pacman -Scc --noconfirm
3839

3940
USER archytas

0 commit comments

Comments
 (0)