From 58a106df9ea956a4a211a6fa2fb6d0c69c5bf0d5 Mon Sep 17 00:00:00 2001 From: MassiveBox Date: Thu, 28 Mar 2024 23:05:24 +0100 Subject: [PATCH] Switch to image with root --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 56ba334..04ba7ed 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: