Skip to content

Commit

Permalink
ADD netcat to osiris
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Feb 22, 2024
1 parent 6821520 commit 390ff32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theia-osiris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN set -ex; \
git make cmake strace \
gcc-multilib g++-multilib libc6-dev \
clangd clang-format qemu-system-i386 libgmp-dev libexpat-dev \
nasm spim bison flex aircrack-ng airgraph-ng; \
nasm spim bison flex aircrack-ng airgraph-ng \
netcat-traditional; \
cd /; \
\
if [ "$WEBTOP" = "OFF" ]; then \
Expand Down

0 comments on commit 390ff32

Please sign in to comment.