Skip to content

Commit

Permalink
Set docker env following the standard (#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 27, 2024
1 parent a6c74f7 commit b85507f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM sitespeedio/webbrowsers:chrome-131.0-firefox-133.0-edge-131.0

ARG TARGETPLATFORM=linux/amd64

ENV SITESPEED_IO_BROWSERTIME__XVFB true
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
ENV SITESPEED_IO_BROWSERTIME__XVFB=true
ENV SITESPEED_IO_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 b85507f

Please sign in to comment.