Ver código fonte

Make deploy_enclaves.sh executable

Ian Goldberg 4 anos atrás
pai
commit
74e25d2b9a
1 arquivos alterados com 1 adições e 0 exclusões
  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