From cd0a381a352e61de81794145ab1810189fa8192d Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 24 Dec 2023 23:37:36 +0100 Subject: [PATCH] CI: make the openSUSE docker (Qt5) container more comfortable --- ci/deps-opensuse.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/deps-opensuse.sh b/ci/deps-opensuse.sh index d0c9f6b67..748951c9b 100755 --- a/ci/deps-opensuse.sh +++ b/ci/deps-opensuse.sh @@ -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