diff --git a/Dockerfile b/Dockerfile index 2e00aed..1ec27f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ LABEL Build docker build --rm --tag $maintainer/$imagename . # Install base deps RUN 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 \ + yum -y install net-tools wget curl tar unzip mlocate logrotate strace telnet man unzip vim wget rsyslog cron && \ yum -y update && yum clean all # Install Trusted Certificates