Dockerfile 275 B

1234567
  1. FROM ubuntu:22.04
  2. ARG DEBIAN_FRONTEND=noninteractive
  3. RUN apt update && apt install -y wget git build-essential net-tools iproute2 iperf iputils-ping numactl ant openjdk-11-jre-headless openjdk-11-jdk-headless tcpdump time
  4. WORKDIR /root
  5. COPY . oram
  6. WORKDIR /root/oram
  7. RUN ant