From 32b6bb202e3f95827f3c5b50521db3c9fb1a5edf Mon Sep 17 00:00:00 2001 From: 0xbbuddha Date: Wed, 2 Jul 2025 09:40:00 +0200 Subject: [PATCH] fix: name packages --- blueteam-container/Dockerfile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/blueteam-container/Dockerfile b/blueteam-container/Dockerfile index eac29cb..44e82ab 100644 --- a/blueteam-container/Dockerfile +++ b/blueteam-container/Dockerfile @@ -12,12 +12,17 @@ RUN useradd -m -s /bin/bash archytas && \ RUN pacman -Syu --noconfirm && \ pacman -S --noconfirm \ + wireshark-qt \ + tcpdump \ + nmap \ + tshark \ + iftop \ + iptraf-ng \ + exiftool \ + binwalk \ sleuthkit \ foremost \ testdisk \ - binwalk \ - exiftool \ - volatility \ chkrootkit \ rkhunter \ clamav \ @@ -26,14 +31,10 @@ RUN pacman -Syu --noconfirm && \ audit \ hashdeep \ gpg \ - wireshark-qt \ - tcpdump \ - tshark \ - iftop \ - iptraf-ng \ - logwatch \ logrotate \ rsyslog \ + volatility3 \ + logwatch \ && pacman -Scc --noconfirm USER archytas