summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/tests/Dockerfile
blob: 507030cc751e42c5d051cfc01de08ab464edeb30 (plain)
1
2
3
4
5
FROM ubuntu:bionic

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y iptables netcat tcpdump iproute2 tshark
RUN hash -r
CMD /bin/bash