Make qrencode optional and add to CI

This commit is contained in:
Michael Vetter
2022-05-30 18:06:13 +02:00
parent 42fb8f86d9
commit 0c7350e2e6
7 changed files with 22 additions and 12 deletions

View File

@@ -27,7 +27,8 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
python \
wget \
sqlite \
gdk-pixbuf2
gdk-pixbuf2 \
qrencode
RUN mkdir -p /usr/src/{stabber,profanity}