Skip to content

Commit

Permalink
Merge 55eba3a into 6b03089
Browse files Browse the repository at this point in the history
  • Loading branch information
ka3de committed Sep 19, 2023
2 parents 6b03089 + 55eba3a commit 2357c3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ ENV CHROME_BIN=/usr/bin/chromium-browser
ENV CHROME_PATH=/usr/lib/chromium/

ENV K6_BROWSER_HEADLESS=true
# no-sandbox chrome arg is required to run chrome browser in
# alpine and avoids the usage of SYS_ADMIN Docker capability
ENV K6_BROWSER_ARGS=no-sandbox

ENTRYPOINT ["k6"]

0 comments on commit 2357c3c

Please sign in to comment.