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

@@ -28,7 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-dev \
python-dev-is-python3 \
libsqlite3-dev \
libgdk-pixbuf-2.0-dev
libgdk-pixbuf-2.0-dev \
libqrencode-dev
RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
WORKDIR /usr/src