ci: Install findutils in build environment
The *findutils* package is needed for the `find` command, which is used at the end of the CI pipelines to remove the `sudo-pass` vault files.jenkins-master
parent
d6a5439057
commit
53f2a8e365
|
@ -4,6 +4,7 @@ RUN useradd -l -u 3000018 jenkins
|
||||||
|
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
ansible \
|
ansible \
|
||||||
|
findutils \
|
||||||
krb5-workstation \
|
krb5-workstation \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
python3-dns \
|
python3-dns \
|
||||||
|
|
Loading…
Reference in New Issue