浏览代码

adding encryptoutils

avadapal 2 年之前
父节点
当前提交
25021a4789
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Docker/Dockerfile

+ 3 - 3
Docker/Dockerfile

@@ -1,10 +1,10 @@
 FROM ubuntu:20.04
 ARG DEBIAN_FRONTEND=noninteractive 
 #the above line is avoid interaction
-RUN apt update && apt install -y wget git build-essential net-tools iproute2 iperf iputils-ping libbsd-dev libssl-dev libboost-all-dev iproute2 iperf iputils-ping wget cargo 
- 
+RUN apt update && apt install -y wget git build-essential net-tools iproute2 iperf iputils-ping libgmp-dev libbsd-dev libssl-dev libboost-all-dev iproute2 iperf iputils-ping wget cargo cmake
 WORKDIR /root
-
+RUN git clone https://github.com/encryptogroup/OTExtension.git
+RUN cd OTExtension/ && mkdir build && cd build && cmake .. && make
 RUN git clone git://git-crysp.uwaterloo.ca/duoram  
 RUN git clone https://git-crysp.uwaterloo.ca/iang/spiral-spir  
 RUN cd duoram/usenix-artifact/preprocessing && make