Switch to image with root
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
MassiveBox 2024-03-28 23:05:24 +01:00
parent 0fb796d1fa
commit 58a106df9e
Signed by: massivebox
GPG key ID: 9B74D3A59181947D

View file

@ -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: