From 7c40a5a81368ab64ab4429f1b19e182eed66e9f8 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 11 Jun 2017 16:55:34 +0200 Subject: [PATCH] alpine change phantomjs bin path --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index a3e025d..4cc3067 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -18,7 +18,7 @@ RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/local/include/ \ RUN cd /usr/share \ && curl -L https://github.com/Overbryd/docker-phantomjs-alpine/releases/download/2.11/phantomjs-alpine-x86_64.tar.bz2 | tar xj \ - && ln -s /usr/share/phantomjs/phantomjs /usr/bin/phantomjs + && ln -s /usr/share/phantomjs/phantomjs /usr/local/bin/phantomjs # set recommended PHP.ini settings