Use Debian 8 binary 1.0.0 release

This commit is contained in:
Antonin Stefanutti 2016-09-20 17:39:49 +02:00
parent 46b01f27d9
commit a3b5bd1a55

View File

@ -9,7 +9,8 @@ RUN apt-get update && \
libfontconfig \
libjpeg62 \
libssl1.0.0 \
libicu52
libicu52 \
libsqlite3-dev
WORKDIR /decktape
@ -23,7 +24,7 @@ COPY phantomjs.json ./
RUN mkdir bin
RUN curl -k \
-L http://astefanutti.github.io/decktape/downloads/phantomjs-linux-debian8-x86-64 \
-L https://github.com/astefanutti/decktape/releases/download/v1.0.0/phantomjs-linux-debian8-x86-64 \
-o bin/phantomjs
RUN chmod +x bin/phantomjs