Dockerfile.in 497 B

123456789101112131415
  1. FROM ubuntu:18.04
  2. RUN apt update && apt install -y python3 python3-pip python3-dev python3-sympy build-essential screen sudo psmisc gnuplot-nox
  3. RUN pip3 install merklelib==1.0
  4. RUN pip3 install pynacl==1.3.0
  5. RUN mkdir /home/walkingo
  6. WORKDIR /home/walkingo
  7. RUN mkdir analysis
  8. COPY wo_docker_start /usr/bin/
  9. COPY client.py dirauth.py network.py relay.py simulator.py .screenrc ./
  10. COPY analytical.py bytecounts.py parselogs.py plotdats.py analysis/
  11. ENV SHELL=/bin/bash
  12. CMD /usr/bin/wo_docker_start