Skip to content

Commit 3aec162

Browse files
committed
Add missing (new) dependencies of appimagetool
1 parent e4259c3 commit 3aec162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build-in-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ apk add bash git gcc g++ cmake make file wget \
6363
gpgme-dev libgcrypt-dev libgcrypt-static argp-standalone zstd-dev zstd-static util-linux-static \
6464
glib-static libassuan-static zlib-static libgpg-error-static \
6565
curl-dev curl-static nghttp2-static libidn2-static openssl-libs-static brotli-static c-ares-static libunistring-static \
66-
glib-static glib-dev autoconf automake meson
66+
glib-static glib-dev autoconf automake meson \
67+
libpsl-dev libpsl-static
6768
6869
# libcurl's pkg-config scripts are broken. everywhere, everytime.
6970
# these additional flags have been collected from all the .pc files whose libs are mentioned as -l<lib> in Libs.private

0 commit comments

Comments
 (0)