From ae9dd441a6327f1235d127e40b5030c94032edeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Ludue=C3=B1a?= Date: Tue, 9 Aug 2016 23:37:02 -0300 Subject: [PATCH] fixing syntax error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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