Skip to content

Commit 7fba922

Browse files
committed
ci: Fix Alpine runner dependences
gettext-dev install asli gettext. argp-standalone is needed for with musl This ensures that we can later use simplified package mappings.
1 parent 76ea8f1 commit 7fba922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/ci/alpinelinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- >
88
sudo apk add
99
lvm2-dev openssl-dev popt-dev util-linux-dev json-c-dev
10-
argon2-dev device-mapper which sharutils gettext gettext-dev automake
10+
argon2-dev device-mapper which sharutils gettext-dev argp-standalone automake
1111
autoconf libtool build-base keyutils tar jq expect git asciidoctor
1212
# Be sure we have updated basic tools and system
1313
- sudo apk upgrade gcc binutils build-base musl

0 commit comments

Comments
 (0)