From ee419fc33eda466355ff08e3490dad22cbdda512 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 4 May 2018 10:31:41 -0500 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a73e65..c095ce1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,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 wget rsyslog cron krb5-workstation openssl-devel wget supervisor && \ + yum -y install net-tools wget curl tar unzip mlocate logrotate strace telnet man unzip vim wget rsyslog cronie krb5-workstation openssl-devel wget supervisor && \ yum -y clean all && \ mkdir -p /opt/tier && \ # Install Trusted Certificates