From 53f2a8e365336566000f6a32a6bae81f57127dcd Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 2 May 2019 16:27:58 -0500 Subject: [PATCH] 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. --- ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index b3c35c1..7b6401c 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -4,6 +4,7 @@ RUN useradd -l -u 3000018 jenkins RUN dnf install -y \ ansible \ + findutils \ krb5-workstation \ openssh-clients \ python3-dns \