This commit is contained in:
2025-11-16 21:23:24 +01:00
parent 2066113885
commit 4a23ca80f2

View File

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