Sha256: d5a06b06660d9c20be25296296f3d909d9ac34090fd63d8d8bd4f1f4b1ab5419

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

FROM circleci/ruby:2.6.6-buster-node-browsers

USER root

RUN wget -O nightly.tar.bz2 "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US" \
    && tar xf nightly.tar.bz2 \
    && ln -s $(pwd)/firefox/firefox /usr/bin/firefox

USER circleci

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
puppeteer-ruby-0.0.26 Dockerfile
puppeteer-ruby-0.0.25 Dockerfile
puppeteer-ruby-0.0.23 Dockerfile
puppeteer-ruby-0.0.22 Dockerfile
puppeteer-ruby-0.0.21 Dockerfile
puppeteer-ruby-0.0.20 Dockerfile
puppeteer-ruby-0.0.19 Dockerfile