Browse Source

ZT_dockerfile tweak

sshsshy 1 year ago
parent
commit
c2928962ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ZT_docker/Dockerfile

+ 1 - 1
ZT_docker/Dockerfile

@@ -16,7 +16,7 @@ RUN echo -e "no\n/opt/intel" | ./sgx_linux_x64_psw_*.bin
 WORKDIR /pir/
 COPY ZT.tar.gz /pir/
 RUN tar -xf ZT.tar.gz
-COPY start-aesmd /usr/local/sbin/
+RUN cp start-aesmd /usr/local/sbin/
 
 RUN git clone https://github.com/openssl/openssl.git OpenSSL_1.1.1d && \
 	cd OpenSSL_1.1.1d && git checkout tags/OpenSSL_1_1_1d && \