|
@@ -7,7 +7,7 @@ WORKDIR /root
|
|
|
|
|
|
RUN git clone git://git-crysp.uwaterloo.ca/duoram
|
|
|
RUN git clone https://git-crysp.uwaterloo.ca/iang/spiral-spir
|
|
|
-RUN cd duoram/preprocessing-aes && make
|
|
|
-RUN cd duoram/duoram-online && make
|
|
|
+RUN cd duoram/usenix-artifact/preprocessing && make
|
|
|
+RUN cd duoram/usenix-artifact/duoram-online && make
|
|
|
RUN cd duoram/2P-duoram/cxx && make test0 test1 spir_test0 spir_test1
|
|
|
|