Add findutils to build container

This commit is contained in:
Romain Vigier
2020-09-26 00:36:06 +02:00
parent 5d953d8c9e
commit df7f315ae1
+1 -1
View File
@@ -45,7 +45,7 @@ build:
script:
- mkdir -p .dnf_cache
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True update -y
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y make gnome-shell gettext
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y make gnome-shell gettext findutils
- make build
artifacts:
name: "$CI_COMMIT_REF_NAME"