FROM almalinux:8.5

RUN dnf -y install kernel

RUN dnf -y upgrade ca-certificates 

RUN dnf -y install epel-release

RUN dnf makecache --refresh

RUN dnf -y install jq vim curl lsof tree wget psmisc strace nmap-ncat net-tools  gdb valgrind libhugetlbfs-utils tcpdump tcpreplay iproute bridge-utils iptables ebtables

CMD /bin/bash


