Skip to content

Commit

Permalink
Merge branch 'main' into replace-findup
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Jan 1, 2025
2 parents ead27b3 + ec2be52 commit fb9e69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM sitespeedio/webbrowsers:chrome-131.0-firefox-131.0-edge-130.0-b

ARG TARGETPLATFORM=linux/amd64

ENV BROWSERTIME_XVFB true
ENV BROWSERTIME_CONNECTIVITY__ENGINE external
ENV BROWSERTIME_DOCKER true
ENV BROWSERTIME_XVFB=true
ENV BROWSERTIME_CONNECTIVITY__ENGINE=external
ENV BROWSERTIME_DOCKER=true

COPY docker/webpagereplay/$TARGETPLATFORM/wpr /usr/local/bin/
COPY docker/webpagereplay/wpr_cert.pem /webpagereplay/certs/
Expand Down

0 comments on commit fb9e69e

Please sign in to comment.