diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5718b948..dbb7f788 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,7 +137,7 @@ preprocess-opensuse: stage: preprocess image: opensuse/tumbleweed script: - - zypper install -y apparmor-profiles go git rsync lsb-release + - zypper install -y apparmor-profiles go git rsync lsb-release util-linux - ./configure --complain - make - make install