From a5c45b8f9e1abad714d0405192b2998263cbeef8 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Fri, 19 Aug 2022 07:59:13 +0200 Subject: [PATCH] fix: add missing Alpine packages - adds missing alpine packages for the stable deployment of the web app Signed-off-by: TheOneWithTheBraid --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b6e5328..1a1244d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -209,7 +209,10 @@ pages: - "build_web" - "fdroid_repo" stage: deploy - image: node + image: node:alpine + before_script: + - apk update + - apk add jq unzip curl wget script: - cd docs - npx tailwindcss -o ./tailwind.css --minify @@ -218,7 +221,7 @@ pages: - mv repo public - mv build/web/ public/nightly - rm -rf build - - ./scripts/download-web-stable.sh + - ./scripts/download-web-stable.sh - mv stable public/web artifacts: paths: