Skip to content

Commit 7108bd2

Browse files
committed
fix: true package
1 parent 9c3c253 commit 7108bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redteam-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN useradd -m -s /bin/bash claw && \
1111
echo "claw ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
1212

1313
RUN sudo pacman -Syu --noconfirm && \
14-
sudo pacman -S --noconfirm nmap metasploit aircrack-ng john hydra && \
14+
sudo pacman -S --noconfirm nmap metasploit aircrack-ng john hydra netexec gnu-netcat && \
1515
sudo pacman -Scc --noconfirm
1616

1717
USER claw

0 commit comments

Comments
 (0)