Always set no-sandbox as Chrome args when you run in Docker
This commit is contained in:
parent
01b96a6f65
commit
7222bab3bc
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## Unreleased
|
||||
### Fixed
|
||||
* When you run sitespeed.io using Docker we now always set no-sandbox to Chrome (so you don't need to do that yourself).
|
||||
|
||||
## 5.6.2 2017-09-17
|
||||
### Fixed
|
||||
* Rollbacked to Chrome 60 to fix the flicker that happens on emulated mobile and makes lastVisualChange happens later than it should [#367](https://github.com/sitespeedio/browsertime/issues/367).
|
||||
|
|
@ -8,7 +12,7 @@
|
|||
|
||||
## 5.6.1 2017-09-15
|
||||
### Fixed
|
||||
* Showing the timer as default in the video that was accidentally changed in latest release. Thanks https://github.com/kkopachev for reporting!
|
||||
* Showing the timer as default in the video that was accidentally changed in latest release. Thanks https://github.com/kkopachev for reporting!
|
||||
|
||||
## 5.6.0 2017-09-13
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
FROM sitespeedio/webbrowsers:firefox-54.0-chrome-60.0
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__CHROME__ARGS no-sandbox
|
||||
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
"main": "./lib/sitespeed.js",
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.0",
|
||||
"browsertime": "1.8.1",
|
||||
"browsertime": "1.8.2",
|
||||
"cli-color": "1.1.0",
|
||||
"concurrent-queue": "7.0.1",
|
||||
"fast-stats": "0.0.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue