Skip to content

Commit

Permalink
Follow the new standard for ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 1, 2025
1 parent 9a6db2c commit 290a5ab
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 290a5ab

Please sign in to comment.