add lip deps

This commit is contained in:
2025-11-21 12:21:58 +01:00
parent 6fbf283df3
commit 26e4fef653

View File

@@ -21,6 +21,8 @@ steps:
event: [push]
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash words-en pcre2 db
- rm -f test.db
- build/dbtool -d test.db -i -k "test" -v "blah blah blah"
- build/dbtool -d test.db -D | grep blah