From 7e69df834fcc4b58e95d76ab4bb4b991f763c418 Mon Sep 17 00:00:00 2001
From: Igor Witz <igor.witz@etu.utc.fr>
Date: Tue, 14 May 2019 11:18:42 +0200
Subject: [PATCH] Update pica-ci/Dockerfile

---
 pica-ci/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pica-ci/Dockerfile b/pica-ci/Dockerfile
index b8ab1297..4514e100 100644
--- a/pica-ci/Dockerfile
+++ b/pica-ci/Dockerfile
@@ -14,7 +14,7 @@ RUN apk update && \
             sed \
             wget && \
     pip install docker-compose && \
-    chmod +x get-modified-image.sh get-host-by-image.sh && \
+    chmod +x get-modified-image.sh get-host-by-image.sh decrypt-secrets.sh && \
     export MODIFIED_IMAGE_FULL=$(./get-modified-image.sh) && \
     export MODIFIED_IMAGE=$(echo $MODIFIED_IMAGE_FULL | cut -d ':' -f1) && \
     export CONTAINER_NAME=$(cat $MODIFIED_IMAGE/docker-compose.yml | grep $MODIFIED_IMAGE -B1 | head -n1 | cut -d ':' -f1 | xargs) && \
-- 
GitLab