瀏覽代碼

Make deploy_enclaves.sh executable

Ian Goldberg 4 年之前
父節點
當前提交
74e25d2b9a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -76,3 +76,4 @@ RUN git clone https://git-crysp.uwaterloo.ca/miti/Apache_PHP_extension.git && \
 
 WORKDIR /root 
 COPY deploy_enclaves.sh ./
+RUN chmod 755 ./deploy_enclaves.sh