소스 검색

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