Dockerfile 155 B

123456789
  1. FROM ubuntu:jammy
  2. RUN apt-get update && apt-get install -y iputils-ping ncat tcpdump
  3. ADD ./build /nebula
  4. WORKDIR /nebula
  5. ENTRYPOINT ["/nebula/nebula"]