fix: add missing Alpine packages
- adds missing alpine packages for the stable deployment of the web app Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
e6b92180e8
commit
7ce03a7d86
1 changed files with 5 additions and 2 deletions
|
|
@ -209,7 +209,10 @@ pages:
|
||||||
- "build_web"
|
- "build_web"
|
||||||
- "fdroid_repo"
|
- "fdroid_repo"
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: node
|
image: node:alpine
|
||||||
|
before_script:
|
||||||
|
- apk update
|
||||||
|
- apk add jq unzip curl wget
|
||||||
script:
|
script:
|
||||||
- cd docs
|
- cd docs
|
||||||
- npx tailwindcss -o ./tailwind.css --minify
|
- npx tailwindcss -o ./tailwind.css --minify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue