Switch to image with root
This commit is contained in:
parent
0fb796d1fa
commit
58a106df9e
|
@ -1,11 +1,12 @@
|
|||
steps:
|
||||
|
||||
pack:
|
||||
image: eu.gcr.io/zenika-hub/alpine-chrome
|
||||
image: alpine:3.19
|
||||
commands:
|
||||
- apk upgrade --no-cache --available && apk add --no-cache chromium
|
||||
- cd ..
|
||||
- echo $CERT > cf-detect-chrome.pem
|
||||
- chromium --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
|
||||
- chromium --no-sandbox --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
|
||||
secrets: [ CERT ]
|
||||
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue