Skip to content

Commit

Permalink
Merge pull request #4 from rpadam/add_diff_pdf
Browse files Browse the repository at this point in the history
Add diff pdf
  • Loading branch information
rpadam authored Mar 5, 2018
2 parents 182f175 + 5993aa5 commit df61ccc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ RUN apt-get update && apt-get install -y \
wget \
curl \
imagemagick \
libmagick++-dev \
ffmpeg \
xvfb \
openjdk-8-jre-headless \
make \
automake \
g++ \
libpoppler-glib-dev \
poppler-utils \
wxgtk3.0-dev \
&& apt-get clean

RUN wget -O ./sauce-connect.tar.gz https://saucelabs.com/downloads/sc-$SC_VERSION-linux.tar.gz \
Expand All @@ -33,3 +40,10 @@ RUN wget $ARCHIVE_URL/sdk/dartsdk-linux-x64-release.zip \
&& unzip dartsdk-linux-x64-release.zip \
&& cp dart-sdk/* /usr/local -r \
&& rm -rf dartsdk-linux-x64-release.zip

RUN git clone https://github.com/vslavik/diff-pdf.git \
&& cd diff-pdf/ \
&& ./bootstrap \
&& ./configure \
&& make \
&& make install

0 comments on commit df61ccc

Please sign in to comment.