fix gdbm pkg name

This commit is contained in:
2025-11-16 21:19:50 +01:00
parent fda32b6105
commit 9fba1e1967

View File

@@ -12,7 +12,7 @@ steps:
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre2 libgdbm-dev libgdbm6t64 pkg-config
- apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre2 gdbm gdbm-dev pkg-config
- ./autogen.sh
- ./configure
- make