Skip to content

Commit

Permalink
Merge pull request #8 from StemboltHQ/phantom_bump
Browse files Browse the repository at this point in the history
Add latest PhantomJS binary to container
  • Loading branch information
alexblackie authored Aug 25, 2016
2 parents a69d9c8 + ef53de2 commit d883a36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ RUN echo "deb http://packages.erlang-solutions.com/ubuntu $(lsb_release -sc) con
qt5-default libqt5webkit5-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN npm install -g coffee [email protected] svgo karma-cli bower
RUN npm install -g coffee svgo karma-cli bower

RUN curl -Lo /tmp/phantomjs.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
tar -xjf /tmp/phantomjs.tar.bz2 -C /tmp && \
mv /tmp/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs


RUN pip install awscli

Expand Down

0 comments on commit d883a36

Please sign in to comment.