浏览代码

Add cpuid to the Dockerfile

Ian Goldberg 1 年之前
父节点
当前提交
60e3633b3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -40,7 +40,7 @@ FROM scratch
 # removed, so that's actually what we want.
 COPY --from=sgx_no_source / /
 RUN apt update && apt install -y libboost-dev libboost-thread-dev \
-    numactl python3-numpy python3-yaml
+    numactl python3-numpy python3-yaml cpuid
 WORKDIR /root
 COPY . teems
 WORKDIR /root/teems