CI: make the openSUSE docker (Qt5) container more comfortable

This commit is contained in:
Adriaan de Groot 2023-12-24 23:37:36 +01:00
parent 709296940c
commit cd0a381a35

View file

@ -43,4 +43,8 @@ zypper --non-interactive in \
# Not actual dependencies, but good to have
zypper --non-interactive in python311-PyYAML python311-jsonschema
# vi to edit things inside the docker
zypper --non-interactive in vim
# noto so that running Calamares in the docker is readable
zypper --non-interactive in noto-sans-fonts
true