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