ci: switch from libmesode to libstrophe

This commit is contained in:
Michael Vetter
2021-10-28 20:07:30 +02:00
parent 16ce42a0db
commit 61cebcdf5b
5 changed files with 11 additions and 12 deletions

View File

@@ -53,9 +53,9 @@ RUN make
RUN make install
WORKDIR /usr/src
RUN mkdir -p /usr/src/libmesode
RUN git clone git://github.com/profanity-im/libmesode.git
WORKDIR /usr/src/libmesode
RUN mkdir -p /usr/src/libstrophe
RUN git clone git://github.com/strophe/libstrophe.git
WORKDIR /usr/src/libstrophe
RUN ./bootstrap.sh
RUN ./configure --prefix=/usr
RUN make