From dfe5d50a8c33cbb7e94eefb0bc7d868e644bf8ba Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 16 Aug 2022 14:23:32 +0000 Subject: [PATCH] add find (for tests) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90021d1..3ec969d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \ # Install base deps RUN rm -fr /var/cache/yum/* && yum clean all && yum -y update && yum -y install --setopt=tsflags=nodocs epel-release && \ - yum -y install net-tools wget curl tar unzip mlocate logrotate strace telnet man unzip vim rsyslog cronie krb5-workstation openssl-devel supervisor fontconfig && \ + yum -y install net-tools wget curl tar unzip mlocate logrotate strace telnet man unzip vim rsyslog cronie krb5-workstation openssl-devel supervisor fontconfig findutils && \ yum -y clean all && \ mkdir -p /opt/tier && \ # Install Trusted Certificates