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

@@ -35,7 +35,8 @@ RUN zypper --non-interactive in --no-recommends \
python38-devel \
readline-devel \
sqlite3-devel \
gdk-pixbuf-devel
gdk-pixbuf-devel \
qrencode-devel
# https://github.com/openSUSE/docker-containers-build/issues/26
ENV LANG en_US.UTF-8