mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
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
9836e05f7f
commit
a5c45b8f9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user