Преглед на файлове

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