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 dnf install -y \
python3-devel \
readline-devel \
openssl-devel \
sqlite-devel
sqlite-devel \
gdk-pixbuf2-devel
# https://github.com/openSUSE/docker-containers-build/issues/26
ENV LANG en_US.UTF-8