FROM ubuntu

RUN apt update
RUN apt install -y python3 pip iverilog net-tools iputils-ping
RUN pip install scapy cocotb cocotb-test cocotbext-axi netifaces
