Dockerfile 186 B

1234567
  1. FROM zt_image
  2. WORKDIR /pir
  3. RUN git clone https://git-crysp.uwaterloo.ca/piros/pirserver.git
  4. WORKDIR /pir/pirserver
  5. RUN ln -s ../ZeroTrace .
  6. RUN make
  7. RUN cp ZeroTrace/enclave.signed.so .