Add pixbuf building to CI

This commit is contained in:
Michael Vetter
2022-05-27 14:04:44 +02:00
parent d510f3a430
commit 3aafffded9
7 changed files with 14 additions and 7 deletions

View File

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