mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 22:16:41 +01:00
fix(ci): opensuse needs util-linux.
This commit is contained in:
parent
a1f3f29347
commit
1b38129908
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue