From 2f456797b21ca374109ebdb78b73634d6667293b Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Thu, 12 Jan 2017 15:57:16 +0100 Subject: [PATCH] dev #53508 add execute permission on phantomjs --- scripts/docker_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker_install.sh b/scripts/docker_install.sh index 86876c3d480..6f1283256eb 100644 --- a/scripts/docker_install.sh +++ b/scripts/docker_install.sh @@ -33,6 +33,7 @@ mkdir /tmp/phantomjs \ && curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 \ | tar -xj --strip-components=1 -C /tmp/phantomjs \ && mv /tmp/phantomjs/bin/phantomjs /usr/local/bin \ + && chmod +x /usr/local/bin/phantomjs \ && rm -rf /tmp/phantomjs # data preparation -- GitLab