FROM ubuntu:20.04 ARG DEBIAN_FRONTEND=noninteractive #the above line is avoid interaction RUN apt update && apt install -y wget git build-essential net-tools iproute2 iperf iputils-ping cargo numactl time m4 WORKDIR /root COPY . ramen WORKDIR /root/ramen RUN cargo update -p clap@4.4.7 --precise 4.1.4 RUN cargo build --release --example=bench_doram