build(docker): enable stabber for functional tests

- Enable stabber build from fork git.jabber.space/jabber.developer2/stabber
- Add tcl-expect-dev package for Debian/Ubuntu (required by libexpect)
- Add expect package for Arch Linux
This commit is contained in:
2025-12-15 11:47:11 +03:00
parent 57e5f30f1a
commit 036fab364a
5 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ ENV LC_ALL en_US.UTF-8
RUN mkdir -p /usr/src
WORKDIR /usr/src
RUN git clone -c http.sslverify=false -b fix/xmpp-parsing https://git.jabber.space/jabber.developer2/stabber
RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber
WORKDIR /usr/src/stabber
RUN ./bootstrap.sh
RUN ./configure --prefix=/usr --disable-dependency-tracking