Explorar el Código

Add cpuid to the Dockerfile

Ian Goldberg hace 1 año
padre
commit
60e3633b3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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