Ian Goldberg 1 год назад
Родитель
Сommit
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