Sign inSign up

ashitateam/ruby-251-phantomjs

By ashitateam

Updated about 8 years ago

Image
0

10K+

ashitateam/ruby-251-phantomjs repository overview

FROM ruby:2.5.1
  
RUN apt-get update -qq && \
    apt-get install -y build-essential

#
# Phantomjs
#
RUN cd /tmp && \
    wget -U "" https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
    tar xfj phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
    cp /tmp/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin

Tag summary

Content type

Image

Digest

Size

417.3 MB

Last updated

about 8 years ago

docker pull ashitateam/ruby-251-phantomjs