File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- flavor : [debian, fedora, ubuntu]
15+ flavor : [arch, debian, fedora, ubuntu]
1616
1717 name : Linux
1818 steps :
Original file line number Diff line number Diff line change 1- FROM archlinux/latest
1+ FROM archlinux
22
33RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
44 autoconf \
@@ -18,6 +18,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
1818 libgcrypt \
1919 libmicrohttpd \
2020 libnotify \
21+ libsignal-protocol-c \
2122 libotr \
2223 libtool \
2324 libxss \
@@ -41,18 +42,14 @@ WORKDIR /usr/src/aur
4142# due to:
4243# https://www.archlinux.org/news/now-using-zstandard-instead-of-xz-for-package-compression/
4344RUN wget https://aur.archlinux.org/cgit/aur.git/snapshot/libstrophe-git.tar.gz
44- RUN wget https://aur.archlinux.org/cgit/aur.git/snapshot/libsignal-protocol-c.tar.gz
4545
4646RUN tar -zxvf libstrophe-git.tar.gz
47- RUN tar -zxvf libsignal-protocol-c.tar.gz
4847
4948RUN pushd libstrophe-git && makepkg && popd
50- RUN pushd libsignal-protocol-c && makepkg && popd
5149
5250USER root
5351
5452RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst
55- RUN pacman -U --noconfirm libsignal-protocol-c/libsignal-protocol-c-*.pkg.tar.zst
5653
5754WORKDIR /usr/src
5855#RUN git clone https://github.com/boothj5/stabber
You can’t perform that action at this time.
0 commit comments