@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd docker
+docker build -t pirserver_image .
@@ -0,0 +1,7 @@
+FROM zt_image
+WORKDIR /pir
+RUN git clone https://git-crysp.uwaterloo.ca/piros/pirserver.git
+WORKDIR /pir/pirserver
+RUN ln -s ../ZeroTrace .
+RUN make
+RUN cp ZeroTrace/enclave.signed.so .